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
There is work in progress on workaround for the issue: #1529. It would require some tweaks form the user: allow container to fetch some metadata information from K8 API (so, give some additional rights to pod) and pass container name into pod through environment variable (can be easily done in pod description yaml).
Issue with OpenTelemetry.ResourceDetectors.Container
List of all OpenTelemetry NuGet packages and version that you are using (e.g.
OpenTelemetry 1.3.2
):Is this a feature request or a bug?
What is the expected behavior?
The correct container id is reported in the Resource attributes.
What is the actual behavior?
The container id doesn't seem to be correct.
Otel Collector with debug exporter:
But the output of
kubectl describe pods
is not reporting the same value:Additional Context
The application is using .NET 8 and is running on AKS.
The text was updated successfully, but these errors were encountered: