Skip to content

Commit a0a57ec

Browse files
authored
add histograms to supported metric types in prometheus docs (elastic#1311)
1 parent bb1541f commit a0a57ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/metrics.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ The following types of metrics are supported:
193193
* Counters
194194
* Gauges
195195
* Summaries
196+
* Histograms (requires APM Server / Elasticsearch / Kibana 7.14+)
196197

197198
To use the Prometheus metric set, you have to enable it with the <<config-prometheus_metrics, `prometheus_metrics`>> configuration option.
198199

@@ -202,5 +203,3 @@ All metrics collected from `prometheus_client` are prefixed with `"prometheus.me
202203
[[prometheus-metricset-beta]]
203204
===== Beta limitations
204205
* The metrics format may change without backwards compatibility in future releases.
205-
* Histograms are currently not supported.
206-

0 commit comments

Comments
 (0)