From bddc8c25e7294a4aa81c0ae4a4cb7e657766599d Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Tue, 20 Aug 2024 19:50:50 +0100 Subject: [PATCH] [chore][exporter/elasticsearch] Update readme about supported metric types (#34750) --- exporter/elasticsearchexporter/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/exporter/elasticsearchexporter/README.md b/exporter/elasticsearchexporter/README.md index d0ef129ae519..539e300e9320 100644 --- a/exporter/elasticsearchexporter/README.md +++ b/exporter/elasticsearchexporter/README.md @@ -173,7 +173,7 @@ behaviours, which may be configured through the following settings: > [!WARNING] > The ECS mode mapping mode is currently undergoing changes, and its behaviour is unstable. -In ECS mapping mode, the Elastisearch Exporter attempts to map fields from +In ECS mapping mode, the Elasticsearch Exporter attempts to map fields from [OpenTelemetry Semantic Conventions][SemConv] (version 1.22.0) to [Elastic Common Schema][ECS]. This mode may be used for compatibility with existing dashboards that work with ECS. @@ -229,12 +229,14 @@ The Elasticsearch Exporter's own telemetry settings for testing and debugging pu ## Exporting metrics Metrics support is currently in development. -The only metric types supported are: +The metric types supported are: - Gauge - Sum +- Histogram +- Summary -Other metric types (Histogram, Exponential Histogram, Summary) are ignored. +Exponential Histograms are ignored. [confighttp]: https://github.com/open-telemetry/opentelemetry-collector/tree/main/config/confighttp/README.md#http-configuration-settings [configtls]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md#tls-configuration-settings