Skip to content

Commit

Permalink
[chore][exporter/elasticsearch] Update readme about supported metric …
Browse files Browse the repository at this point in the history
…types (#34750)
  • Loading branch information
carsonip committed Aug 20, 2024
1 parent 2c75dd5 commit bddc8c2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions exporter/elasticsearchexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bddc8c2

Please sign in to comment.