semantic-conventions/docs/general
Liudmila Molkova 2c065be5e6
Editorial: Update build-tools to 0.22.0 and sort attributes alphabetically in all semconv (#359)
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
2023-10-03 09:37:56 +02:00
..
README.md [editorial] Rename general section pages by dropping `general` from the filename (#195) 2023-07-14 10:10:35 -07:00
attributes.md Editorial: Update build-tools to 0.22.0 and sort attributes alphabetically in all semconv (#359) 2023-10-03 09:37:56 +02:00
events.md Editorial: Update build-tools to 0.22.0 and sort attributes alphabetically in all semconv (#359) 2023-10-03 09:37:56 +02:00
logs.md Editorial: Update build-tools to 0.22.0 and sort attributes alphabetically in all semconv (#359) 2023-10-03 09:37:56 +02:00
metrics.md Reduce restrictions on which metrics may be named utilization (#280) 2023-09-18 08:44:11 -07:00
session.md Session.id semantic convention (#215) 2023-09-22 09:04:05 +02:00
trace-compatibility.md Bump to latest version of the specification. (#185) 2023-07-12 16:38:13 +02:00
trace.md [editorial] Rename general section pages by dropping `general` from the filename (#195) 2023-07-14 10:10:35 -07:00

README.md

General Semantic Conventions

This document defines general Semantic Conventions for spans, metrics, logs and events.

The following general Semantic Conventions are defined:

  • General attributes: General semantic attributes.
  • Events: General Semantic Conventions for events.
  • Logs: General Semantic Conventions for logs.
  • Metrics: General Semantic Conventions for metrics.
  • Spans: General Semantic Conventions for traces / spans.

Event Name Reuse Prohibition

A new event MUST NOT be added with the same name as an event that existed in the past but was renamed (with a corresponding schema file).

When introducing a new event name check all existing schema files to make sure the name does not appear as a key of any "rename_events" section (keys denote old event names in rename operations).