semantic-conventions/docs/general
Josh Suereth 04bdbba20f
(feat) Migrate all markdown generation to use JINJA snippets (#1000)
2024-05-15 12:35:17 +00:00
..
README.md [editorial] Fix path base in Hugo front matter (#688) 2024-02-06 17:57:38 +01:00
attribute-naming.md Deprecate `db.user` (#894) 2024-04-08 08:16:06 -07:00
attribute-requirement-level.md [chore] Prepare v1.25.0 release (#878) 2024-04-04 09:45:17 -07:00
attributes.md (feat) Migrate all markdown generation to use JINJA snippets (#1000) 2024-05-15 12:35:17 +00:00
events.md (feat) Migrate all markdown generation to use JINJA snippets (#1000) 2024-05-15 12:35:17 +00: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 (feat) Migrate all markdown generation to use JINJA snippets (#1000) 2024-05-15 12:35:17 +00:00
metric-requirement-level.md [chore] Prepare v1.25.0 release (#878) 2024-04-04 09:45:17 -07:00
metrics.md add missing link to messaging metrics (#924) 2024-04-15 08:36:22 -07: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 (feat) Migrate all markdown generation to use JINJA snippets (#1000) 2024-05-15 12:35:17 +00: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 (feat) Migrate all markdown generation to use JINJA snippets (#1000) 2024-05-15 12:35:17 +00:00
trace.md [chore] Prepare v1.25.0 release (#878) 2024-04-04 09:45:17 -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).