-
Notifications
You must be signed in to change notification settings - Fork 182
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
Add additional process fields from ECS #993
Conversation
Added fields: * `process.args_count` * `process.title` * `process.uptime` * `process.working_directory`
Looping in @open-telemetry/semconv-system-approvers as this also adds a process metric. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few last cosmetic comments, looks great otherwise
I've made a small change to add a note to use at least millisecond precision time to the process.uptime metric. I think the I'll wait a few days, if anyone want to discuss it more, then I plan to merge this PR |
Changes
Add additional process fields to the attribute registry, from ECS.
The newly added fields are:
Merge requirement checklist
[chore]
[ ] schema-next.yaml updated with changes to existing conventions.