semantic-conventions/docs/general
Alexandra Konrad 7a4a7d70ac
[chore] Move Session to registry (#843)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-04-03 14:07:31 +02:00
..
README.md [editorial] Fix path base in Hugo front matter (#688) 2024-02-06 17:57:38 +01:00
attribute-naming.md [chore] Add recommendation for lowercase attribute names (#788) 2024-03-01 09:53:51 +01:00
attribute-requirement-level.md Format with prettier 2023-11-16 12:50:59 -05:00
attributes.md [chore] Add registry prefix to registry namespaces that missing it (#851) 2024-04-03 13:58:09 +02:00
events.md Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07: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 Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
metric-requirement-level.md [chore] Move metric requirement levels doc from spec (#831) 2024-03-21 18:37:47 -07:00
metrics.md Clarify metric attributes should be namespaced (#786) 2024-03-08 13:29:44 +01: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] Move Session to registry (#843) 2024-04-03 14:07:31 +02: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 Update build-tools to 0.24.0 (#820) 2024-03-28 13:05:32 -07:00
trace.md [chore] Change Traces SemConv Status to Mixed (#741) 2024-02-14 10:44:56 +01: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).