Add option to expose metrics on separate port (#6092)

This commit is contained in:
Andrew DeMaria
2020-05-10 13:21:51 -06:00
committed by GitHub
parent 9ce7fc9b2c
commit af1c93cdfc
2 changed files with 6 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ etcd_election_timeout: "5000"
etcd_metrics: "basic"
# Uncomment to set a separate port for etcd to expose metrics on
# etcd_metrics_port: 2381
## A dictionary of extra environment variables to add to etcd.env, formatted like:
## etcd_extra_vars:
## ETCD_VAR1: "value1"