consul: fix healthcheck name for metrics

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-03-08 12:13:24 +01:00
parent 303505ad74
commit bd372f0a58
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
disabled: '{{ not geth_metrics_enabled }}'
checks:
- id: '{{ geth_cont_name }}-metrics-status'
type: 'tpc'
type: 'tcp'
tcp: 'localhost:{{ geth_metrics_port }}'
timeout: '5s'
failures_before_critical: 3