From 5529040514fa0aa5499add048d69c774e58e33b6 Mon Sep 17 00:00:00 2001 From: Travis Turner Date: Wed, 7 Feb 2018 11:29:58 -0600 Subject: [PATCH] clarify the options in configuration for metrics.service --- docs/administration.md | 6 +++--- docs/configuration.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/administration.md b/docs/administration.md index 795d6f1c4..b77d05262 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -150,9 +150,9 @@ You can opt-out of the Pilosa diagnostics reporting by setting either the comman Pilosa can be configured to emit metrics pertaining to its internal processes in one of two formats: Expvar or StatsD. Metric recording is disabled by default. The metrics configuration options are: - - Host to receive events - - Polling interval for runtime metrics - - Metric type (StatsD, Expvar). + - [Host](../configuration#metrics-host): specify host that receives metric events + - [Poll Interval](../configuration#metrics-poll-interval): specify polling interval for runtime metrics + - [Service](../configuration#metrics-service): declare type StatsD or Expvar ##### Tags StatsD Tags adhere to the DataDog format (key:value), and we tag the following: diff --git a/docs/configuration.md b/docs/configuration.md index 43b70c8f1..2385f2494 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -220,7 +220,7 @@ Any flag that has a value that is a comma separated list on the command line bec cpu-time = "30s" ``` ##### Metric Service -* Description: Which stats service to use (StatsD or ExpVar). +* Description: Which stats service to use. Choose from [statsd, expvar]. * Flag: `--metric.service=statsd` * Env: `PILOSA_METRIC_SERVICE=statsd' * Config: