semantic-conventions
semantic-conventions copied to clipboard
Defines standards for generating consistent, accessible telemetry across a variety of domains
## Changes Following the events convention, adding definition for Nginx Ingress Controller events. All this information is from the [Elastic Nginx Ingress Controller Logs integration](https://docs.elastic.co/en/integrations/nginx_ingress_controller#access-logs). ## Merge requirement checklist *...
In order to automatically render readable titles for generated attributes registry docs, it would be useful to have display names for attribute groups in the YAML files (see https://github.com/open-telemetry/semantic-conventions/pull/917#discussion_r1580512059). Proposal...
### Area(s) area:event ### Is your change request related to a problem? Please describe. ## Description This issue is a discussion into how should events be described within semantic conventions,...
### Area(s) area:host, area:system ### Is your change request related to a problem? Please describe. The [profiling agent](https://github.com/elastic/otel-profiling-agent) that recently has been donated to OTEL by Elastic sends the number...
Http client and server span default collection behavior for `url.full` and `url.query` attributes
### Area(s) area:url ### Is your change request related to a problem? Please describe. The HTTP client and server spans have `url.full` and `url.query` attributes, respectively, tagged as **Required**. These...
HBase has native instrumentation in java - https://github.com/apache/hbase/blob/master/hbase-common/src/main/java/org/apache/hadoop/hbase/trace/HBaseSemanticAttributes.java But hbase semconv does not reflect custom attributes used in the native instrumentation.
Currently, there are some conventions for connection-level metrics defined on the [Database Metrics page](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/database/database-metrics.md). Proposing that query-level metrics are added (in a different section on the same page) to define...
# Suggestion overview When an application runs the same CRUD statements with different inputs it's helpful to aggregate statistics at the statement-level. This is possible in most databases with the...
## Context CosmosDB SDK has 2 modes, Gateway (_HTTP_) and Direct (_RNTBD_), In different modes, for one operation call there can be multiple networks calls behind the scenes as failover/retries/replica...
When working with db, messaging, or other high-level client libraries, applications could create (at least) two distinct layers of spans (when both layers are instrumented): - logical operation (such as...