opentelemetry-java/sdk_contrib/auto_config
John Watson c930d13788
Add a MetricExporterFactory so auto-instrumentation can use SPI to load an exporter. (#1180)
2020-05-06 11:30:49 -07:00
..
src/main/java/io/opentelemetry/sdk/contrib/auto/config Add a MetricExporterFactory so auto-instrumentation can use SPI to load an exporter. (#1180) 2020-05-06 11:30:49 -07:00
README.md Add javadoc link to all readmes (#981) 2020-03-09 14:32:22 -07:00
build.gradle Switch to use pluginManagement, Use gradle plugin for jmh. (#903) 2020-02-21 10:19:51 -08:00

README.md

OpenTelemetry SDK Contrib - Auto Instrumentation Configuration Utilities

Javadocs

This module contains code to assist with configuring the SDK for the auto-instrumentation project. It is temporarily a separate module from the SDK in order to stabilize the APIs, then it will be moved into the SDK project proper.