Skip to content
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

Python runtime version and other metadata not reported in the Resource Attributes #2659

Closed
mmanciop opened this issue May 4, 2022 · 1 comment · Fixed by #2660
Closed
Labels
bug Something isn't working

Comments

@mmanciop
Copy link
Contributor

mmanciop commented May 4, 2022

Describe your environment

  • Python 3.8.10
  • opentelemetry-sdk version 1.11.1

Steps to reproduce
Take the code from https://opentelemetry.io/docs/instrumentation/python/getting-started/, run it, search in the resource attributes for process.runtime.version

What is the expected behavior?
I expect the resource attributes to contain various process.runtime.* keys, including:

What is the actual behavior?

{
    ...
    "resource": {
        "telemetry.sdk.language": "python",
        "telemetry.sdk.name": "opentelemetry",
        "telemetry.sdk.version": "1.11.1",
        "service.name": "unknown_service"
    }
}

Additional context
N/A

@mmanciop mmanciop added the bug Something isn't working label May 4, 2022
@mmanciop
Copy link
Contributor Author

mmanciop commented May 4, 2022

mmanciop pushed a commit to mmanciop/opentelemetry-python that referenced this issue May 4, 2022
Implement support for the the 'process.runtime.name',
'process.runtime.version' and 'process.runtime.description'
as specified in the resource semantic convensions for
processes.

Closes open-telemetry#2659
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant