Skip to content

Commit e981a20

Browse files
committed
note exemplar ingestion limitation
1 parent 500350e commit e981a20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/reference/compatibility/limitations.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ Ingestion of OpenTelemetry metrics with the type [`Histogram`](https://opentelem
6464

6565
Make sure to export histogram metrics with delta temporality or use the [`cumulativetodelta processor`](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/cumulativetodeltaprocessor) as a workaround to convert the temporality for histogram metrics.
6666

67+
### Exemplars
68+
69+
Exemplars are currently discarded when ingesting metrics. Exemplar support is on the roadmap.
70+
6771
## Limitations on managed Kubernetes environments
6872

6973
Due to limitations with permissions on managed Kubernetes environments, such as GKE Autopilot or AWS Fargate, the default configurations and onboarding flows for EDOT don't fully work in those environments. This might result in decreased collection of data and certain observability views not showing that data.

0 commit comments

Comments
 (0)