Skip to content

Commit bddc8c2

Browse files
authored
[chore][exporter/elasticsearch] Update readme about supported metric types (#34750)
1 parent 2c75dd5 commit bddc8c2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

exporter/elasticsearchexporter/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ behaviours, which may be configured through the following settings:
173173
> [!WARNING]
174174
> The ECS mode mapping mode is currently undergoing changes, and its behaviour is unstable.
175175

176-
In ECS mapping mode, the Elastisearch Exporter attempts to map fields from
176+
In ECS mapping mode, the Elasticsearch Exporter attempts to map fields from
177177
[OpenTelemetry Semantic Conventions][SemConv] (version 1.22.0) to [Elastic Common Schema][ECS].
178178
This mode may be used for compatibility with existing dashboards that work with ECS.
179179

@@ -229,12 +229,14 @@ The Elasticsearch Exporter's own telemetry settings for testing and debugging pu
229229
## Exporting metrics
230230

231231
Metrics support is currently in development.
232-
The only metric types supported are:
232+
The metric types supported are:
233233

234234
- Gauge
235235
- Sum
236+
- Histogram
237+
- Summary
236238

237-
Other metric types (Histogram, Exponential Histogram, Summary) are ignored.
239+
Exponential Histograms are ignored.
238240

239241
[confighttp]: https://github.com/open-telemetry/opentelemetry-collector/tree/main/config/confighttp/README.md#http-configuration-settings
240242
[configtls]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md#tls-configuration-settings

0 commit comments

Comments
 (0)