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

process: change attributes named as *_type to *.type #1501

Open
braydonk opened this issue Oct 21, 2024 · 1 comment
Open

process: change attributes named as *_type to *.type #1501

braydonk opened this issue Oct 21, 2024 · 1 comment

Comments

@braydonk
Copy link
Contributor

braydonk commented Oct 21, 2024

Area(s)

area:process

Is your change request related to a problem? Please describe.

Based on discussion from the Semantic Conventions WG Meeting Oct 21, 2024, there may be new guidance coming related to when to use _ or . in naming. The following attributes use _ in a way that is not recommended:

  • process.context_switch_type
  • process.paging.fault_type

Describe the solution you'd like

In advance of the guidance going out, we can rename these attributes to:

  • process.context_switch.type
  • process.paging.fault.type

Describe alternatives you've considered

No response

Additional context

No response

@braydonk
Copy link
Contributor Author

Currently blocked on #1462

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

No branches or pull requests

2 participants