mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
Add docs pertaining to prometheus
This commit is contained in:
parent
97e1822445
commit
14920758aa
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue