semantic-conventions
semantic-conventions copied to clipboard
Defines standards for generating consistent, accessible telemetry across a variety of domains
This issue tracks specification-related changes which are needed to declare messaging semantic conventions stable. It needs to be ensured that all of those are resolved before declaring stability. * [x]...
See https://github.com/open-telemetry/semantic-conventions/issues/1008#issuecomment-2097036448 With docfx v3 disappearing into thin air, we have no tooling that validates that relative links to files in the repo with anchors exist (e.g. `/docs/http/http-spans.md#setting-serveraddress-and-serverport-attributes`) - markdownlint...
This is a draft that I am opening to start discussion about agent semantic conventions. We will need input from semconv SIG and from Collector SIG. Resolves https://github.com/open-telemetry/semantic-conventions/issues/396 Contributes to...
Context: https://opentelemetry.io/docs/specs/semconv/general/attributes/#general-thread-attributes In C++, there is no guaranteed integral conversion of `std::this_thread::get_id()` (https://github.com/googleapis/google-cloud-cpp/pull/13151/files#r1397504258) So we are storing the attribute as a string in our implementation. Can we update the spec...
Operation type identifies common messaging operations (which may be called differently in specific systems): e.g. `publish` can be called `send`, `schedule`, or `enqueue`. In such cases we use `messaging.operation.name` to...
### Area(s) _No response_ ### Is your change request related to a problem? Please describe. Original request to add such attribute in https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32457 Basically user wants to monitor/alert CrashLoopBackOff reason....
It'd be great to have examples of DB spans for the following cases: - SQL sanitization is enabled or disabled - SQL parametrized query - SQL stored procedure - bulk/batch?
### Area(s) area:nodejs ### Is your change request related to a problem? Please describe. Currently, only JVM have detailed semantic conventions for its metrics. Other languages would also required, such...
**What are you trying to achieve?** Follow recommendations on: https://opentelemetry.io/docs/specs/semconv/system/hardware-metrics/ **What did you expect to see?** Consistent and implementable specification. **Additional context.** Ran across following issues when trying to map...
## Context In some cases, the yaml model file in the attributes registry contains multiple "levels" of attributes. One example is the Database one: https://github.com/open-telemetry/semantic-conventions/blob/main/model/registry/db.yaml. The top `id` is `registry.db`,...