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:
173
173
> [!WARNING]
174
174
> The ECS mode mapping mode is currently undergoing changes, and its behaviour is unstable.
175
175
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
177
177
[OpenTelemetry Semantic Conventions][SemConv] (version 1.22.0) to [Elastic Common Schema][ECS].
178
178
This mode may be used for compatibility with existing dashboards that work with ECS.
179
179
@@ -229,12 +229,14 @@ The Elasticsearch Exporter's own telemetry settings for testing and debugging pu
229
229
# # Exporting metrics
230
230
231
231
Metrics support is currently in development.
232
- The only metric types supported are :
232
+ The metric types supported are :
233
233
234
234
- Gauge
235
235
- Sum
236
+ - Histogram
237
+ - Summary
236
238
237
- Other metric types (Histogram, Exponential Histogram, Summary) are ignored.
239
+ Exponential Histograms are ignored.
238
240
239
241
[confighttp] : https://github.com/open-telemetry/opentelemetry-collector/tree/main/config/confighttp/README.md#http-configuration-settings
240
242
[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