semantic-conventions/docs/general
Liudmila Molkova 0edb9e2b42
Prepare release 1.29.0 (#1626)
2024-11-28 10:23:37 -08:00
..
README.md [editorial] Fix path base in Hugo front matter (#688) 2024-02-06 17:57:38 +01:00
attribute-naming.md Fix broken anchors, remove `en` from some links (#1610) 2024-11-25 10:45:14 -08:00
attribute-requirement-level.md [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
attributes.md Add enum value separators (#1572) 2024-11-20 20:08:42 -08:00
events.md Prepare release 1.29.0 (#1626) 2024-11-28 10:23:37 -08:00
forward-proxy.png Rename/replace `(client|server).socket.(address|port)` attributes with `network.(peer|local).(address|port)`. (#342) 2023-10-10 17:13:16 +02:00
group-stability.md Define semantic convention group and mixed stability rules (#1472) 2024-10-24 16:23:32 -07:00
logs.md Prepare release 1.29.0 (#1626) 2024-11-28 10:23:37 -08:00
metric-requirement-level.md [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
metrics.md Prepare release 1.29.0 (#1626) 2024-11-28 10:23:37 -08:00
profiles.md Add enum value separators (#1572) 2024-11-20 20:08:42 -08:00
reverse-proxy.png Rename/replace `(client|server).socket.(address|port)` attributes with `network.(peer|local).(address|port)`. (#342) 2023-10-10 17:13:16 +02:00
session.md [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
simple.png Rename/replace `(client|server).socket.(address|port)` attributes with `network.(peer|local).(address|port)`. (#342) 2023-10-10 17:13:16 +02:00
trace-compatibility.md Add enum value separators (#1572) 2024-11-20 20:08:42 -08:00
trace.md Prepare release 1.29.0 (#1626) 2024-11-28 10:23:37 -08: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).