We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1541f commit a0a57ecCopy full SHA for a0a57ec
docs/metrics.asciidoc
@@ -193,6 +193,7 @@ The following types of metrics are supported:
193
* Counters
194
* Gauges
195
* Summaries
196
+ * Histograms (requires APM Server / Elasticsearch / Kibana 7.14+)
197
198
To use the Prometheus metric set, you have to enable it with the <<config-prometheus_metrics, `prometheus_metrics`>> configuration option.
199
@@ -202,5 +203,3 @@ All metrics collected from `prometheus_client` are prefixed with `"prometheus.me
202
203
[[prometheus-metricset-beta]]
204
===== Beta limitations
205
* The metrics format may change without backwards compatibility in future releases.
- * Histograms are currently not supported.
206
-
0 commit comments