diff --git a/service/config/frontend.sample.yml b/service/config/frontend.sample.yml index 13b303f..1481ab8 100644 --- a/service/config/frontend.sample.yml +++ b/service/config/frontend.sample.yml @@ -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 diff --git a/service/config/replica.sample.yml b/service/config/replica.sample.yml index 5db6b1e..3fa7d86 100644 --- a/service/config/replica.sample.yml +++ b/service/config/replica.sample.yml @@ -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: