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

Metric namespaces should not be pluralized #3663

Closed

Conversation

trask
Copy link
Member

@trask trask commented Aug 15, 2023

Fixes open-telemetry/semantic-conventions#212

Changes

Metric namespaces SHOULD NOT be pluralized.

This affect these current metric namespaces:

  • system.processes.count -> system.process.count
  • system.processes.created -> system.process.created
  • db.client.connections.* -> db.client.connection.*
  • jvm.threads.count -> jvm.thread.count
  • jvm.classes.count -> jvm.class.count

@trask trask force-pushed the metric-namespace-pluralization branch from 3d1747d to 6f2c8f6 Compare August 15, 2023 21:18
@trask trask marked this pull request as ready for review August 15, 2023 21:22
@trask trask requested review from a team August 15, 2023 21:22
@trask
Copy link
Member Author

trask commented Aug 17, 2023

Closing, as @jack-berg pointed out this PR should be made against semantic-conventions repo 😅

@trask trask closed this Aug 17, 2023
@trask trask deleted the metric-namespace-pluralization branch August 17, 2023 15:46
@arminru
Copy link
Member

arminru commented Aug 17, 2023

@open-telemetry/specs-semconv-maintainers we'll have to remove the left-over pages in the spec repo (either entirely or by just leaving a link to the new location in each of them) at some point to avoid accidentally merging changes into the abandoned parts here.

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

Successfully merging this pull request may close these issues.

Proposal: don't pluralize metric namespaces
4 participants