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
The otel-go SDK is in a bit of an interim state (sorry!) and is producing different metric names than it did previously. This breaks continuity with previous metrics, and the new metrics are UTF-8 which is not supported in some situations. We haven't yet finished adding the code to make the metric name translation mode configurable, so this leaves users in an unfixable state without downgrading knative. Downgrading the otel-go sdk to 0.58 should fix this issue, and I'd recommend pinning to that version until we finish our work (open-telemetry/opentelemetry-go#7083)