semantic-conventions
semantic-conventions copied to clipboard
Defines standards for generating consistent, accessible telemetry across a variety of domains
Fixes #1504 Some of the RPC frameworks generate status code on client side when response cannot be received. This includes : - gRPC: https://grpc.io/docs/what-is-grpc/core-concepts/#rpc-termination > In gRPC, both the client...
## Changes This switches the list nested in an aspnetcore note to - so that the doc can be linted. > [!IMPORTANT] > Pull requests acceptance are subject to the...
Currently in the docs there are occasions where we are using GitHub flavored markdown for alert messages, however there are locations where we are instead using quote with bold text....
### Area(s) area:cloudfoundry ### What's missing? The Cloudfoundary.process entity lacks identifying attributes. ### Describe the solution you'd like The Cloudfoundary.process entity extends the process entity which will provide the identity...
### Area(s) area:gen-ai ### Propose new conventions The current `gen_ai.server.time_to_first_token` metric is useful for tracking server-side latency and llm "spin-up" but this metric is not as informative for client-side optimizations....
Progresses #2655 ## Changes This introduces a new process executable entity which describes the executable being run by the process. This entity is designed to be consistent across all instances...
## Changes Added a new event for browsers named user_action.click. This event captures the "click" action in browsers Prototype instrumentation: https://github.com/open-telemetry/opentelemetry-browser/pull/35 > [!IMPORTANT] > Pull requests acceptance are subject to...
## Changes When a signal type ie profile. trace have compatibility guidance, this is now captured under the common h2 heading with h3 headings for each specific mapping that has...
Fixes #2907 ## Changes Add retrieval span support to db spans > [!IMPORTANT] > Pull requests acceptance are subject to the triage process as described in [Issue and PR Triage...
Follow-up to https://github.com/open-telemetry/community/issues/3157