jack-berg

Results 92 issues of jack-berg

Related to #6306. Discussed in the 3/28/24 Java SIG. Also need to adjust the behavior of HttpExporter and GrpcExporter (and potentially the related sender implementations) to fail CompletableResultCodes exceptionally. Planning...

Originally discussed [here](https://github.com/open-telemetry/opentelemetry-java/pull/6027/#discussion_r1409503831). @trask's proposal: - Introduce new artifact `opentelemetry-exporter-console` - Keep publishing `opentelemetry-exporter-logging`, but remove content and replace with a dependency on `opentelemetry-exporter-console`.

Feature Request

https://github.com/open-telemetry/opentelemetry-java/pull/6079#discussion_r1496688254

Bug

- Extract and rework all OTLP config related content into a single page - Delete and merge `OpenTelemetry -> Export OpenTelemetry to New Relic -> Attribute length` - Delete and...

content
from_internal

Fill in the details of the TODOs: https://github.com/open-telemetry/opentelemetry-configuration?tab=readme-ov-file#stability-definition Should look to the [opentelemetry-proto stability guarantees](https://github.com/open-telemetry/opentelemetry-proto?tab=readme-ov-file#stability-definition) for guidance / prior art. Need to find a way to have experimental portions of...

Resolves #55. Part of the configuration working group recommendation on how to move forward with [#3752](https://github.com/open-telemetry/opentelemetry-specification/issues/3752) as [described here](https://github.com/open-telemetry/opentelemetry-specification/issues/3752#issuecomment-1995582317). - Part of https://github.com/open-telemetry/opentelemetry-specification/pull/3948 - Adds a new `sdk-migration-config.yaml` to the...

[file_format](https://github.com/open-telemetry/opentelemetry-configuration/blob/74607f261e1f9a2ef356b7f87e394b6e9dd90285/kitchen-sink-example.yaml#L2) currently includes major and minor, and but no patch version. This was originally discussed [here](https://github.com/MrAlias/otel-schema/issues/15). Should we revisit this and include patch as well?

Followup to #6497. In draft until that merges. Spec PRs https://github.com/open-telemetry/opentelemetry-specification/pull/4063 and https://github.com/open-telemetry/opentelemetry-specification/pull/4020 extended the SDK scope config options with corresponding APIs, which can be called to avoid unnecessary computation...

The [ExtendedSpanBuilder](https://github.com/open-telemetry/opentelemetry-java/blob/main/api/incubator/src/main/java/io/opentelemetry/api/incubator/trace/ExtendedSpanBuilder.java) APIs have been around (in some form) for a while now. They were introduced on 12/7/23 in #6017 and existed in contrib previously. The APIs don't allow you...

Feature Request

Followup to #6457, #6493 adding file configuration support for custom Samplers. As a part of this, adds ComponentProvider implementations for all the samplers maintained in this module (just JaegerRemoteSampler).