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 442 semantic-conventions issues
Sort by recently updated
recently updated
newest added

# Overview Define `cicd` semantic conventions for resources / entities to allow us to link host or pod metrics of a CICD runner to any jobs using a given runner....

area:cicd

Fixes #1183 ## Changes Migration guide similar to the one done for HTTP, for when the messaging conventions become stable. ## Merge requirement checklist * [x] [CONTRIBUTING.md](https://github.com/open-telemetry/semantic-conventions/blob/main/CONTRIBUTING.md) guidelines followed. *...

> I guess we should then consider doing the same for messaging ([`messaging.message.body.size` and `messaging.message.envelope.size`](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/messaging/messaging-spans.md#messaging-attributes)) and RPC ([`message.compressed_size` and `message.uncompressed_size`](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/rpc/rpc-spans.md#events))? _Originally posted by @pyohannes in https://github.com/open-telemetry/semantic-conventions/issues/460#issuecomment-1784814530_

area:messaging
area:rpc

Fixes https://github.com/open-telemetry/semantic-conventions/issues/626 ## Changes I made it match the `container` [resource](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/resource/container.md). ## Merge requirement checklist * [x] [CONTRIBUTING.md](https://github.com/open-telemetry/semantic-conventions/blob/main/CONTRIBUTING.md) guidelines followed. * [x] Change log entry added, according to the guidelines...

Stale
area:security

Fixes # ## Changes This pull requests extends the capabilities of graphql open telemetry. It adds a span for the execution of a GraphQL operation and a span for the...

Span name looks like `SET 0`, which is not awesome and it's not very common to use multiple redis dbs. Let's remove db.namespace from redis span name

area:db

By default, auto instrumentation ships `process.command_args`, which is very dangerous as a lot of java services pass in secrets via command line arguments. Example: ``` java \ -Dkeycloak.clientSecret="${KEYCLOAK_SECRET:-test}" \ -jar...

system-semconv-wg-ga-blocker