Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct link to environment variable configuration spec #8365

Merged
merged 1 commit into from
Apr 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/agent-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ provides.
- Bundled propagators
- [W3C TraceContext / Baggage](https://www.w3.org/TR/trace-context/)
- All Java [trace propagator extensions](https://github.com/open-telemetry/opentelemetry-java/tree/main/extensions/trace-propagators)
- Environment variable configuration as per [spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md)
- Environment variable configuration as per [spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md)
- Additional support for system properties for same variables by transforming UPPER_UNDERSCORE -> lower.dot
- Ability to disable individual instrumentation, or only enable certain ones.
- Ability to load a custom exporter via an external JAR library
Expand Down