semantic-conventions
semantic-conventions copied to clipboard
Defines standards for generating consistent, accessible telemetry across a variety of domains
This is a tracking issue for https://github.com/open-telemetry/semantic-conventions/issues/1118#issuecomment-2173803006 Phase 2 Currently we don't allow collisions between attribute/event/etc names in the code-friendly representation of them (`.` replaced with `_`). But we have...
Fixes # https://github.com/open-telemetry/semantic-conventions/issues/1357 ## Changes Please provide a brief description of the changes here. 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),...
First draft of `feature_flag.evaluation` event from the feature flag semantic conventions working group. Based on proposal here: https://docs.google.com/document/d/1sBDD-uifx-Qy0NxtwRcrRAQ48sHQS9dTp6tpArQsoZg/edit Summary of changes: - Replace `feature_flag.provider_name` with `feature_flag.provider.id` - Rename `feature_flag` to...
### Area(s) area:log ### Is your change request related to a problem? Please describe. Security information and event management (SIEM) commonly use CEF (Common Event Format) or LEEF (Log Event...
As we discovered in #1031, certain semantic conventions changes (together with default code generator behavior) result in ambiguous constant names generated in the code. For example, when `foo.bar_baz` is renamed...
### Area(s) area:new ### Is your change request related to a problem? Please describe. Some attributes may may be very large such as: - [ECS span attributes for HTTP](https://www.elastic.co/guide/en/ecs/current/ecs-http.html): -...
We need to start creating config options in https://github.com/open-telemetry/opentelemetry-configuration and also start to documenting them in semconv
### Area(s) area:new ### Is your change request related to a problem? Please describe. I want to know details about the VM resources being utilised in a vendor agnostic manner...
[schema-next](https://github.com/open-telemetry/semantic-conventions/blob/main/schema-next.yaml) contains a list of transformations to apply to attribute/metrics/event/resource to convert them from previous version to current one. It relies on contributors and reviewers to update it manually and...