Skip to content

Commit

Permalink
Reference configuration documentation on opentelemetry.io (#6491)
Browse files Browse the repository at this point in the history
Co-authored-by: jack-berg <[email protected]>
  • Loading branch information
jaydeluca and jack-berg authored Jun 24, 2024
1 parent cbac202 commit a09eff6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 389 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ in the guide for exceptions to the Javadoc requirement.
* Our javadoc is available via [
javadoc.io}(https://javadoc.io/doc/io.opentelemetry/opentelemetry-api)

### SDK Configuration Documentation

All changes to the SDK configuration options or autoconfigure module should be documented on
[opentelemetry.io](https://opentelemetry.io/docs/languages/java/configuration/).

### AutoValue

* Use [AutoValue](https://github.com/google/auto/tree/master/value), when possible, for any new
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# 🚨 Archival Use Only! 🚨
> This is a historical design document and is not updated with evolving APIs. For up-to-date
> examples of SDK configuration see the
> [documentation](https://opentelemetry.io/docs/java/manual_instrumentation/).
> [manual instrumentation documentation](https://opentelemetry.io/docs/languages/java/instrumentation/)
> and the [SDK configuration documentation](https://opentelemetry.io/docs/languages/java/configuration/).
> This document is maintained here for historical purposes only, and it is intended to
> help future readers to understand the rationale behind certain design decisions.
Expand Down
Loading

0 comments on commit a09eff6

Please sign in to comment.