From 14920758aa77ebe16de8e1daed2e8cf357ed3516 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Wed, 5 Jun 2019 17:13:13 -0500 Subject: [PATCH] Add docs pertaining to prometheus --- docs/administration.md | 2 +- docs/configuration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/administration.md b/docs/administration.md index 33fa73104..6aa52fa2f 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -293,7 +293,7 @@ You can opt-out of the Pilosa diagnostics reporting by setting the command line ### Metrics -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. +Pilosa can be configured to emit metrics pertaining to its internal processes in one of three formats: Expvar, StatsD, or Prometheus. Metric recording is disabled by default. The metrics configuration options are: - [Host](../configuration/#metric-host): specify host that receives metric events diff --git a/docs/configuration.md b/docs/configuration.md index 05aabf970..8eb410de4 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -293,7 +293,7 @@ The config file is in the [toml format](https://github.com/toml-lang/toml) and h ``` #### Metric Service -* Description: Which stats service to use for collecting [metrics](../administration/#metrics). Choose from [statsd, expvar, none]. +* Description: Which stats service to use for collecting [metrics](../administration/#metrics). Choose from [statsd, expvar, prometheus, none]. * Flag: `--metric.service=statsd` * Env: `PILOSA_METRIC_SERVICE=statsd` * Config: