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

New attribute for "worker.id" #426

Open
jpkrohling opened this issue Oct 19, 2023 · 0 comments
Open

New attribute for "worker.id" #426

jpkrohling opened this issue Oct 19, 2023 · 0 comments
Assignees

Comments

@jpkrohling
Copy link
Member

Some frameworks and languages are typically executed by an application server such as unicorn (Ruby). In those cases, the same application is being executed multiple times by the same parent process (and potentially the same PID), but they represent different instances of the same service.

Therefore, I suggest adding a new semantic convention to the process runtime resource, recording the worker.id for that instance. This can later be used as part of the algorithm that generates the service.instance.id semconv.

Originally posted by @jpkrohling in #312 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants