semantic-conventions
semantic-conventions copied to clipboard
Defines standards for generating consistent, accessible telemetry across a variety of domains
**What are you trying to achieve?** A mapping between the Azure [top-level common schema](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/resource-logs-schema#top-level-common-schema) for resource logs and OpenTelemetry was implemented in the [Azure Event Hub receiver](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/azureeventhubreceiver). During the review...
### Area(s) _No response_ ### Is your change request related to a problem? Please describe. At present, the indicators of otel can not meet the actual use scenario ### Describe...
Define initial semantic conventions that establishes a foundation with essential attributes, including a vendor-specific example, and basic event definitions: - [x] pick a namespace: `gen_ai` (`genai`?) - [x] define basic...
Fixes #1277 ## Changes While OpenAI supports returning multiple completions (and therefore could have multiple finish reasons), I did not find models outside of OpenAI that return multiple choices and...
### Area(s) area:cicd ### Is your change request related to a problem? Please describe. This issue is to discuss attributes specific to metrics and as part of the CI/CD Working...
### Area(s) area:file ### Is your change request related to a problem? Please describe. I want to describe the underlying provider storing my files ### Describe the solution you'd like...
### Area(s) area:system ### Is your change request related to a problem? Please describe. The available entropy in a system is normally monitored by cryptographic applications in order to ensure...
### Area(s) area:log ### Is your change request related to a problem? Please describe. Java log messages are often emitted as a template (with placeholders) + parameters, e.g. ``` log.info("Message...
Extracted from https://github.com/open-telemetry/semantic-conventions/issues/1205 - add spec text allowing consumer span to parent to message - add parenting to examples - maybe explain why link as necessary
`host.id` is currently used as a catch-all convention for any sort of ID in cloud providers or machines alike, this makes it difficult to use by vendors to retrieve specific...