File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
exporter/elasticsearchexporter Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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].
178178This 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
231231Metrics 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
You can’t perform that action at this time.
0 commit comments