agent config - small link fix (#3035)
This commit is contained in:
parent
9f7cfd27b3
commit
a360ea4ed3
|
@ -22,7 +22,7 @@ to find settings such as configuring export or sampling.
|
|||
|
||||
Here are some quick links into those docs for the configuration options for specific portions of the SDK & agent:
|
||||
|
||||
* [Exporters](#exporters)
|
||||
* [Exporters](https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/autoconfigure/README.md#exporters)
|
||||
+ [OTLP exporter (both span and metric exporters)](https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/autoconfigure/README.md#otlp-exporter-both-span-and-metric-exporters)
|
||||
+ [Jaeger exporter](https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/autoconfigure/README.md#jaeger-exporter)
|
||||
+ [Zipkin exporter](https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/autoconfigure/README.md#zipkin-exporter)
|
||||
|
|
Loading…
Reference in New Issue