semantic-conventions/docs/general
jason plumb 93cc98b634
Session start and end events (#1091)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2024-07-31 22:13:21 -07:00
..
README.md [editorial] Fix path base in Hugo front matter (#688) 2024-02-06 17:57:38 +01:00
attribute-naming.md added note about abbreviations (#1121) 2024-06-06 10:23:56 -07: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 [editorial] Move supplementary-guidelines into docs (#1284) 2024-07-29 10:06:52 +02:00
events.md [editorial] Move supplementary-guidelines into docs (#1284) 2024-07-29 10:06:52 +02: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
logs.md [editorial] Move supplementary-guidelines into docs (#1284) 2024-07-29 10:06:52 +02: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 [editorial] Move supplementary-guidelines into docs (#1284) 2024-07-29 10:06:52 +02: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 Session start and end events (#1091) 2024-07-31 22:13:21 -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 [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
trace.md [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02: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).