semantic-conventions icon indicating copy to clipboard operation
semantic-conventions copied to clipboard

Defines standards for generating consistent, accessible telemetry across a variety of domains

Results 347 semantic-conventions issues
Sort by recently updated
recently updated
newest added
trafficstars

See https://github.com/open-telemetry/opentelemetry-demo/pull/1538 The messaging semantic conventions [describe "Receive" operations as follows](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/messaging/messaging-spans.md#consumer-spans): > "Receive" spans SHOULD be created for operations of passing messages to the application when those operations are initiated...

messaging-stability-blocker

In https://github.com/open-telemetry/semantic-conventions/pull/409#discussion_r1368368453 it was brought up that certain metrics with the `.limit` suffix are defined as Gauges, whereas most others are defined as UpDownCounters: > `.limit`s that are UpDownCounters: >...

In https://github.com/open-telemetry/semantic-conventions/pull/17 we discussed the problem with the `http.request.method` attribute being problematic because it could be a potential candidate for unbounded dimension values. It is subject to users sending requests...

Fixes #811 ## Changes This adds initial metric definitions to the current set of gen_ai semantic conventions. These initial two metrics (gen_ai.usage.tokens and gen_ai.request.duration) are a minimal set to get...

area:gen-ai

Add more well-known GenAI model providers to the list of possible values that the `gen_ai.system` attribute can take. ## Changes The following are added: - `microsoft` - `huggingface` - `google`...

area:gen-ai

Fixes #834 ## Changes - Breaks down prompt and completion events to system, user, tool, assistant events as well as the choice event - Specifies their structure - Switches them...

area:gen-ai

Fixes # ## Changes Adding operation name to LLM spans 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 the area does...

area:gen-ai

**What are you trying to achieve?** Spans can be created with one of more links leading to other spans (other than parent span link). When such links are present, Jaeger...

enhancement

In the https://opentelemetry.io/docs/specs/semconv/faas/aws-lambda/#sqs the SQS Event (receive) and SQS message (process) spans have span links added. The span links do not describe the relationship between the span and the remote...