[EOS-11830] Use ETCD port 2381 for metrics (#10332)

This commit is contained in:
Francisco Orselli
2023-08-08 20:06:16 +02:00
committed by GitHub
parent 2fbbb70baa
commit 7295d13d60
3 changed files with 12 additions and 1 deletions

View File

@@ -58,6 +58,9 @@ etcd:
election-timeout: "{{ etcd_election_timeout }}"
heartbeat-interval: "{{ etcd_heartbeat_interval }}"
auto-compaction-retention: "{{ etcd_compaction_retention }}"
{% if etcd_listen_metrics_urls is defined %}
listen-metrics-urls: "{{ etcd_listen_metrics_urls }}"
{% endif %}
{% if etcd_snapshot_count is defined %}
snapshot-count: "{{ etcd_snapshot_count }}"
{% endif %}