Jack Berg

Results 170 issues of Jack Berg

From the schema: https://github.com/open-telemetry/opentelemetry-configuration/blob/e196026e6779e180155537f0e7585a379b40a1d3/examples/kitchen-sink.yaml#L93-L108

Resolves #4374. We recently cut a [release candidate](https://github.com/open-telemetry/opentelemetry-configuration/releases/tag/v1.0.0-rc.1) for `opentelemetry-configuration`. After some additional bake-in time and review, we'd like to cut a stable release. The stable release needs to coincide...

We've made a lot of progress in declarative configuration, and I'd like to discuss what scope should be included in an initial cut at stabilization, and blockers. The declarative config...

spec:miscellaneous
area:configuration
sig-issue

Zipkin span exporter is deprecated: https://github.com/open-telemetry/opentelemetry-specification/pull/4715 If we go stable with a stable `ZipkinSpanExporter` type, we'll be stuck with it indefinitely, long after the corresponding spec has been deleted. One...

#357, but adjusted for the current organization where `meta_schema_types.yaml` has been merged. We have [schema modeling guidance](https://github.com/open-telemetry/opentelemetry-configuration/blob/main/CONTRIBUTING.md#required-and-null-properties) which states that the description MUST include details about the semantics when the...

First take on #393. Details: - Introduces a new `/snippets` directly with files named `_.yaml` - Each file is a fully valid `OpenTelemetryConfiguration` type, but is meant to emphasize a...

Up till now, we use `kitchen-sink.yaml` as a blunt instrument to: - Demonstrate the full configuration surface area of the schema - Validate that the schema works as we expect...

The [`.log_level`](https://github.com/open-telemetry/opentelemetry-configuration/blob/main/schema/opentelemetry_configuration.json#L14-L16) property semantics are pretty loose: > Configure the log level of the internal logger used by the SDK. If omitted, info is used. I believe we talked in...

The [meta schema](https://github.com/open-telemetry/opentelemetry-configuration/blob/main/CONTRIBUTING.md#meta-schema) has unlocked some new tools for us to evaluate the schema and help improve the quality of a stable 1.0 release: - [meta_schema_language_{language}.yaml](https://github.com/open-telemetry/opentelemetry-configuration/blob/main/CONTRIBUTING.md#meta_schema_language_languageyaml) and corresponding sections in...

See https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15572