Moved CloudEvents semconv (#153)
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
This commit is contained in:
parent
0238f3a2fe
commit
4011a1ba64
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# CloudEvents
|
||||
# Semantic conventions for CloudEvents spans
|
||||
|
||||
**Status**: [Experimental][DocumentStatus]
|
||||
|
||||
Loading…
Reference in New Issue