Add semantic conventions for CloudEvents #1949
Labels
area:semantic-conventions
Related to semantic conventions
enhancement
New feature or request
spec:trace
Related to the specification/trace directory
The CloudEvents Go SDK exposes an interface that is used by the CloudEvents client to add observability to the actions performed by it. For example: The client invokes the observability service when sending an event.
Currently, the SDK offers an implementation of the interface that works with OpenCensus. In there, a couple of CloudEvents specific attributes are added to the spans.
I've opened a PR to add a new implementation for OpenTelemetry and I thought that it would be good if these attributes could be part of the OpenTelemetry semantic conventions.
The text was updated successfully, but these errors were encountered: