Experimental APIs, including Event API, extended Log Bridge APIs, extended Metrics APIs, extended ContextPropagator APIs, and extended Trace APIs.
Features:
- Event API for producing log records according to Event Semantic Conventions.
See EventApiUsageTest.
Features:
- Check if logger is enabled before emitting logs to avoid unnecessary computation
See ExtendedLogsBridgeApiUsageTest.
Features:
- Attributes advice
See ExtendedMetricsApiUsageTest.
Features:
- Check if instrument is enabled before recording measurements to avoid unnecessary computation
- Simplified injection / extraction of context
See ExtendedContextPropagatorsUsageTest.
Features:
- Check if tracer is enabled before starting spans to avoid unnecessary computation
- Utility methods to reduce boilerplace using span API, including extracting context, and wrapping runnables / callables with spans