You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some metrics emitted by some SDKs have caused issues within the demo. We have to write special rules in the OpenTelemetry collector to mitigate them, and even with those rules we still can experience some problems.
This is a way for us to track these issues, and when they are fixed upstream so we can implement the appropriate fixes in the demo.
rpc.server.duration in Go has high cardinality attributes which cause issues within the productcatalog service (ongoing today), as well as memory consumption by the collector and prometheus (mitigated with a collector filter rule). This is being tracked by this issue in the Go SDK
queueSize in the Java Agent is emitted multiple times with different attributes and descriptions. This causes an issue with the Prometheus export from the Collector (mitigated with a collector transform rule). This is being tracked by this issue in the Java Instrumentation repo
rpc.server.duration in Java and Go is using an incorrect description that does not match semantic conventions. This causes an issue with the Prometheus export from the Collector (mitigated with a collector transform rule). This is being tracked by this issue in the Java Instrumentation repo and this issue in the Go SDK
http.client.duration in Python is using an incorrect description that does not match semantic conventions. This causes an issue with the Prometheus export from the Collector (mitigated with a collector transform rule). This is being tracked by this issue in the Python SDK
The text was updated successfully, but these errors were encountered:
Some metrics emitted by some SDKs have caused issues within the demo. We have to write special rules in the OpenTelemetry collector to mitigate them, and even with those rules we still can experience some problems.
This is a way for us to track these issues, and when they are fixed upstream so we can implement the appropriate fixes in the demo.
rpc.server.duration
in Go has high cardinality attributes which cause issues within the productcatalog service (ongoing today), as well as memory consumption by the collector and prometheus (mitigated with a collector filter rule). This is being tracked by this issue in the Go SDKqueueSize
in the Java Agent is emitted multiple times with different attributes and descriptions. This causes an issue with the Prometheus export from the Collector (mitigated with a collector transform rule). This is being tracked by this issue in the Java Instrumentation reporpc.server.duration
in Java and Go is using an incorrect description that does not match semantic conventions. This causes an issue with the Prometheus export from the Collector (mitigated with a collector transform rule). This is being tracked by this issue in the Java Instrumentation repo and this issue in the Go SDKhttp.client.duration
in Python is using an incorrect description that does not match semantic conventions. This causes an issue with the Prometheus export from the Collector (mitigated with a collector transform rule). This is being tracked by this issue in the Python SDKThe text was updated successfully, but these errors were encountered: