semantic-conventions
semantic-conventions copied to clipboard
Defines standards for generating consistent, accessible telemetry across a variety of domains
Fixes #1112 ## Changes For certain cases, messaging semantic conventions leave the span kind for `publish` and `process` spans unspecified. This is not desirable, as it can lead to inconsistent...
Attribute collision checks were taking >40s to run. This drops it to
Related to: https://github.com/open-telemetry/semantic-conventions/issues/1034 ## Changes Proposing the following fields that enable security detections to protect LLMs from attacks, misuse (violations, compliance etc.). For example [these detection rules](https://github.com/elastic/detection-rules/tree/main/rules/integrations/aws_bedrock). ``` gen_ai.policy.name gen_ai.policy.action...
Related Issue: #1181 ## Changes This PR deprecates `system.process.status` and replaces it with `process.status`. The previous usage of `system.process.status` has been replaced with `process.status`, and `process.status` has also been add...
## Changes It provides details for user feedback event which can be used for evaluation purposes. Note: if the PR is touching an area that is not listed in the...
### Area(s) area:messaging ### Is your change request related to a problem? Please describe. No specific problem, but I am trying to find common ground for span attributes and I...
Extracted from https://github.com/open-telemetry/semantic-conventions/issues/1205 `messaging.operation.type = publish` is specific to pub/sub/topic. `send` would sound more neutral and apply to pub/sub and MQ. E.g. GCP pub/sub, Azure EventHubs and Kafka use `send`....
## Changes With https://github.com/open-telemetry/opentelemetry-proto/pull/534 a new OTel signal was introduced. This change introduced semantic conventions specific to the OTel Profiling signal. FYI: @open-telemetry/profiling-maintainers @aalexand ## Merge requirement checklist * [x]...
Introduce a new security namespace Vulnerability. Fields are taken from [ECS Vulnerability](https://www.elastic.co/guide/en/ecs/current/ecs-vulnerability.html) namespace 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...
This is a follow up from a discussion in https://github.com/open-telemetry/semantic-conventions/pull/1188#discussion_r1674113373. ## Changes In the OTel Profiling use case, symbolization is important to resolve numeric addresses into human readable (function-) names....