semantic-conventions
semantic-conventions copied to clipboard
Defines standards for generating consistent, accessible telemetry across a variety of domains
Fixes https://github.com/open-telemetry/semantic-conventions/issues/2076 ## Changes This PR introduces the following metrics as part of https://github.com/open-telemetry/semantic-conventions/issues/1032: ``` k8s.resourcequota.cpu.hard_limit k8s.resourcequota.cpu.hard_request k8s.resourcequota.cpu.used_limit k8s.resourcequota.cpu.used_request k8s.resourcequota.memory.hard_limit k8s.resourcequota.memory.hard_request k8s.resourcequota.memory.used_limit k8s.resourcequota.memory.used_request ``` This addition follows the K8s spec...
Fixes #2243 ## Changes added ``` k8s.node.allocatable_cpu k8s.node.allocatable_ephemeral_storage k8s.node.allocatable_memory k8s.node.allocatable_pods ``` metrics which are already used in [k8scluster receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/receiver/k8sclusterreceiver/internal/node/testdata/expected.yaml#L11) ## Merge requirement checklist * [x] [CONTRIBUTING.md](https://github.com/open-telemetry/semantic-conventions/blob/main/CONTRIBUTING.md) guidelines followed. * [x]...
## Changes This PR adds **node‑level attributes** to the Gen AI semantic conventions so agent frameworks (CrewAI, LangGraph, AutoGen v2, OpenAI Agents SDK, etc.) can emit spans for each step...
Fixes # ## Changes Please provide a brief description of the changes here. Note: if the PR is touching an area that is not listed in the [existing areas](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/README.md), or...
Having recently worked through raising a number of issues, I feel we could improve this process and hopefully triage issues more effecently. To do this I feel it would be...
## Changes This adds a new event for capturing the page view event from browser/web applications. Related to https://github.com/open-telemetry/opentelemetry-js-contrib/issues/2372 ## Merge requirement checklist * [x] [CONTRIBUTING.md](https://github.com/open-telemetry/semantic-conventions/blob/main/CONTRIBUTING.md) guidelines followed. * [...
## Changes This adds a new event for capturing the navigation timing date in browser/web applications. Related to https://github.com/open-telemetry/opentelemetry-js-contrib/issues/2151 ## Merge requirement checklist * [x] [CONTRIBUTING.md](https://github.com/open-telemetry/semantic-conventions/blob/main/CONTRIBUTING.md) guidelines followed. * [...
(split from open-telemetry/build-tools#79) See https://github.com/open-telemetry/build-tools/pull/79/files#r996803040 for the previous discussion and proposals. Two possible options would be: > 1. A table of metric names with a (then shared) table of attribute...
# Overview Build out the GitLab Actions tracing prototype using current & potentially future semantic conventions. This will also provide implementation context on the Environment Variable specification. As this prototype...
## Changes Adding new metrics for Blazor UI framework Related PR https://github.com/dotnet/aspnetcore/pull/61609 ## Merge requirement checklist * [ ] [CONTRIBUTING.md](https://github.com/open-telemetry/semantic-conventions/blob/main/CONTRIBUTING.md) guidelines followed. * [ ] Change log entry added, according...