semantic-conventions
semantic-conventions copied to clipboard
Defines standards for generating consistent, accessible telemetry across a variety of domains
Inspired by https://github.com/open-telemetry/opentelemetry-specification/pull/2943#issuecomment-1312400189. > because metrics are sensitive to cardinality, I've seen instrumentations using strings like 4xx, 5xx for status code. Proposal is to add a new attribute for grouping...
**What are you trying to achieve?** Improve the spec to provide guidelines for: 1. `hw.host.power` versus `hw.power` metric. 2. `hw.host.energy` versus `hw.energy` metric. 3. hardware components that can report both...
**Release notes** > Rename google openshift platform attribute from google_cloud_openshift to gcp_openshift to match the existing cloud.provider prefix. (https://github.com/open-telemetry/opentelemetry-specification/pull/3095) @mx-psi [pointed out](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/19169#discussion_r1122131414) that this change should be reflacted in the...
## Changes This adds semantic conventions for an event called `session.change`. ## Merge requirement checklist * [x] [CONTRIBUTING.md](https://github.com/open-telemetry/semantic-conventions/blob/main/CONTRIBUTING.md) guidelines followed. * [x] Change log entry added, according to the guidelines...
Fixes #990 ## Changes Adding semantic conventions for: - Node.js runtime metrics - V8 Js Engine metrics ## Merge requirement checklist * [x] [CONTRIBUTING.md](https://github.com/open-telemetry/semantic-conventions/blob/main/CONTRIBUTING.md) guidelines followed. * [x] Change log...
This is the first PR out of many for hardware metrics. The first PR is about generic attributes used by all hardware metrics. I decided to split it into multiple...
Fixes https://github.com/open-telemetry/semantic-conventions/issues/535 ## Changes Add experimental runtime metrics based on the proposed set of recommended metrics from the Go team: https://github.com/golang/go/issues/67120 Please direct feedback on the _set_ of metrics on...
Propose semantic conventions for GCP client library identification and attribution. ## Changes Defines a set of `gcp.client.*` scope attributes for identifying Google Cloud client libraries. ## Merge requirement checklist *...
Add browser events and describe their payload ## Changes This PR adds the semantic conventions for browser events describing their name and payload. This is based on the recently agreed...
[CloudEvents](https://github.com/cloudevents/spec) is a specification for describing event data in common formats to provide interoperability across services, platforms and systems. It is a CNCF project which is very popular with messaging...