Jack Berg
Jack Berg
Part of #5211. Add new "Intro to OpenTelemetry Java" page, introducing key aspects of the OpenTelemetry Java ecosystem and establishing basic vocabulary to help route users to the right pages...
Followup on #4966 to finish the ideas in #4853. If / when complete, we can decide if its useful for other languages to follow suit. - [x] Refactor [Instrumentation page](https://opentelemetry.io/docs/languages/java/instrumentation/)...
Issue to track and discuss prerequisites to the first stable 1.0.0 release of `opentelemetry-configuration` - [x] Cut 1.0.0-RC release candidate and solicit feedback - [x] #2, addressed in #142 -...
[Exemplar reservoir](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#exemplarreservoir) is an SDK extension plugin interface which is a configuration parameter of a [view stream](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk.md#stream-configuration).
More codifying existing practices as we approach stability. See [JSON schema docs on $id](https://json-schema.org/understanding-json-schema/structuring#id) and other links in the PR for context. It may be good to eventually have automation...
We have a growing list of [schema modeling rules](https://github.com/open-telemetry/opentelemetry-configuration?tab=readme-ov-file#schema-modeling-rules) which help promote consistent data modeling. These rules sometimes use normative words like "should", and in other cases, I've gone out...
While examples are free to use anything, I think its helpful for us to have consistent patterns we follow. The `sdk-config.yaml` and `sdk-migration-config.yaml` target users, and so their default values...
Replace `Throwable#printStackTrace(PrintStream)` exception stacktrace rendering with a custom implementation which is aware of attribute length limits, and exits early to avoid unnecessary work. The result is significantly improved memory and...
> > I guess we could consider dropping the separate class loader for extensions. @trask wdyt? > > if we can solve with #7150 that sounds ideal 👍 There is...
Declarative config currently resides in the `opentelemetry-sdk-extension-incubator`. As declarative config [approaches stability](https://github.com/open-telemetry/opentelemetry-specification/issues/4374), its time to find a permanent home for this functionality. Some quirks: - It depends on jackson, YAML...