jack-berg

Results 92 issues of jack-berg

The spec recently merged a series of PRs which officially defines the "stdout" exporters, and defines the corresponding `OTEL_{SIGNAL}_EXPORTERS` value to be `console`: - https://github.com/open-telemetry/opentelemetry-specification/pull/3741 - https://github.com/open-telemetry/opentelemetry-specification/pull/3740 - https://github.com/open-telemetry/opentelemetry-specification/pull/3742 This...

Do you think it'd make sense to add sth like `${sys:otel.traces.exporter}` for system properties as well? _Originally posted by @mateuszrzeszutek in https://github.com/open-telemetry/opentelemetry-java/pull/5914#pullrequestreview-1684562062_ Environment variable substitution in file configuration is [modeled...

The synchronous gauge API currently does not allow you to set context, which contrasts with the other synchronous instrument APIs. Are there use cases for synchronous gauge in which context...

The [semantic conventions](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/general/metrics.md#general-guidelines) say things like: - metric names and attributes exist in a single universe - common attributes should be consistently named We also generally recommend (though I can't...

Feature Request

@jack-berg is this still "experimental"? Should we consider making it official at this point? _Originally posted by @tylerbenson in https://github.com/open-telemetry/opentelemetry-java/issues/3791#issuecomment-1557683979_ @tylerbenson asks if we can stabilize the `OTEL_EXPERIMENTAL_EXPORTER_OTLP_RETRY_ENABLED` autoconfigure environment...

[Here's](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.15.0/specification/metrics/data-model.md#exemplars-1) what the spec has to say about exemplars in the prometheus exporter: > [Exemplars](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/data-model.md#exemplars) on OpenTelemetry Histograms and Monotonic Sums SHOULD be converted to OpenMetrics exemplars. Exemplars on other...

Feature Request

As discussed in [open-telemetry/opentelemetry-specification#2905](https://github.com/open-telemetry/opentelemetry-specification/issues/2905), several languages don't do spatial reaggregation when attributes are dropped via views. Java is one of those languages. Here's an example snippet that demonstrates the issue:...

Bug
metrics

The [RELEASING.md](https://github.com/open-telemetry/opentelemetry-proto/blob/main/RELEASING.md) notes reference creating release branches which don't appear to exist: https://github.com/open-telemetry/opentelemetry-proto/branches Can someone who has recently performed the release update the notes with the process? Ran into this...

Fixes #3867. This introduces the concept of scope-level configuration for Tracer, Meter, and Logger. Notes: - TracerProvider, MeterProvider, and LoggerProvider have a scope config provider function, which accepts an `InstrumentationScope`...

The conversation about whether [file configuration](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/file-configuration.md) should completely ignore the [sdk environment variable scheme](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md) [came up](https://github.com/open-telemetry/opentelemetry-specification/pull/3744#issuecomment-1785665250) in #3744, but that PR doesn't actually contain any language related to this. The...

spec:miscellaneous
triaged-accepted