Moved CloudEvents semconv (#153)

Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
This commit is contained in:
Alexander Wert 2023-07-03 17:50:49 +02:00 committed by GitHub
parent 0238f3a2fe
commit 4011a1ba64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 1 deletions

View File

@ -8,6 +8,7 @@ Semantic Conventions are defined for the following areas:
* [General](general/README.md): General Semantic Conventions.
* [Exceptions](exceptions/README.md): Semantic Conventions for Exceptions.
* [CloudEvents](cloudevents/README.md): Semantic Conventions for the CloudEvents specification.
* [HTTP](http/README.md): Semantic Conventions for HTTP client and server operations.
* [Database](database/README.md): Semantic Conventions for database operations.
* [System](system/README.md): System Semantic Conventions.

View File

@ -0,0 +1,11 @@
# Semantic conventions for CloudEvents
**Status**: [Experimental][DocumentStatus]
This document defines semantic conventions for the [CloudEvents specification](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#overview).
Semantic conventions for CloudEvents are defined for the following signals:
* [CloudEvents Spans](cloudevents-spans.md): Semantic Conventions for modeling CloudEvents as *spans*.
[DocumentStatus]: https://github.com/open-telemetry/opentelemetry-specification/blob/v1.21.0/specification/document-status.md

View File

@ -1,4 +1,4 @@
# CloudEvents
# Semantic conventions for CloudEvents spans
**Status**: [Experimental][DocumentStatus]