-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow-Up Issues for Resource Detection in .NET #1835
Comments
Assigning myself here. The package does work, I just need to fit it in correctly with a good code sample. |
Blegh. Unfortunately stumped because it's to do with environments and there's wonky behavior:
Will need to investigate but I'll add the servicename stuff for now. |
Aha, this explains the |
It's a corner case, but the package does not work if cgroupv2 is used, there's a work around, so far only implemented by JS. So, by any chance, can you run the container again and check if |
Wanting to play around with dotnet anways, I just gave it a try: I get some container.id (I use colima with docker engine)
When I overwrite the entrypoint with
|
AddService()
between these lines (see Add resources doc for .NET #1795 (comment) for the line numbers)container.id
-> https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Extensions.Docker)The text was updated successfully, but these errors were encountered: