Update sample metrics config

This commit is contained in:
Jon Chambers 2021-08-18 10:08:22 -04:00 committed by Jon Chambers
parent dc1e4975a3
commit 2d44ff6e1f
2 changed files with 5 additions and 2 deletions

View File

@ -27,7 +27,8 @@ metrics:
reporters:
- type: json # JsonMetricsReporter config
hostname: # hostname of metrics server to upload to
token: # auth token to send to metrics server via the "t" query param
environment: # environment (e.g. "production" or "staging") in which this replica is running
apiKey: # API key for sending metrics to the server
intervalSeconds: # interval to upload metrics, in seconds (default 60)
enclaves: # list of enclave instances

View File

@ -11,7 +11,9 @@ metrics:
reporters:
- type: json # JsonMetricsReporter config
hostname: # hostname of metrics server to upload to
token: # auth token to send to metrics server via the "t" query param
environment: # environment (e.g. "production" or "staging") in which this replica is running
partition: # name of the partition served by this replica (optional)
apiKey: # API key for sending metrics to the server
intervalSeconds: # interval to upload metrics, in seconds (default 60)
enclave: