semantic-conventions/specification/general
Alexander Wert 902376ef67
Moved resource semconv directly under the resource directory (#165)
2023-07-06 10:16:21 -07:00
..
README.md Final restructuring cleanup (#158) 2023-07-04 21:15:56 -07:00
events-general.md Final restructuring cleanup (#158) 2023-07-04 21:15:56 -07:00
general-attributes.md Moved resource semconv directly under the resource directory (#165) 2023-07-06 10:16:21 -07:00
logs-general.md Moved resource semconv directly under the resource directory (#165) 2023-07-06 10:16:21 -07:00
metrics-general.md Moved resource semconv directly under the resource directory (#165) 2023-07-06 10:16:21 -07:00
trace-compatibility.md Moved `compatibility.md` to general dir (#152) 2023-07-01 07:31:46 -07:00
trace-general.md Moved resource semconv directly under the resource directory (#165) 2023-07-06 10:16:21 -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).