Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 2.03 KB

README.adoc

File metadata and controls

41 lines (35 loc) · 2.03 KB

MicroProfile Telemetry

microprofile telemetry

This specification is to adopt OpenTelemetry from CNCF to allow MicroProfile Applications benefit from OpenTelemetry and enable Jakarta RESTful Web Services automatically being traced if configured.

OpenTracing moves to OpenTelemetry

With the merge of OpenTracing and OpenCensus, OpenTelemetry holds the future. OpenTelemetry consists of Tracing, Logging, Metrics and Baggage support.

Structure of this Specification

Since OpenTelemetry has three main parts and an additional one: Tracing, Metrics, Logging and Baggage for additional information, i.e. to link between them. This specification potentially adopts all three main parts when they are stable in OpenTelemetry. If this is the case, they will appear as submodules in this specification. For instance, you can find details related to tracing from the directory of tracing. This top level project specifies a particular version of OpenTelemetry to pull in so that all submodules can work together.

Note

Currently implementations of this specification are required to support Tracing and Baggage only.