Jack Berg

Results 759 comments of Jack Berg

Transferred issue to opentelemetry-java since this repository contains the Span class.

Talked about this in the 11/2 Java SIG. Discussed that it would be good to understand how folks typically use SBOMs to ensure that what we produce matches expectations. Maybe...

Questions about this PR that came up during the maintainers meeting: - Does the SBOM contain only the dependencies which are bundled, or also transitive dependencies which the user technically...

Can you update the PR description to reflect the current status with publishing both spdx and cyclonedx formats, and publishing them as artifacts to maven?

Discussed in the 4/4/24 SIG meeting. We're going to delay until we here back from the security SIG on whether publishing SBOMs for libraries is relevant / useful.

Yeah this is something I've thought about as well. What you essentially asking is should span processors be allowed to dynamically adjust whether the want to be called on start...

Related to [semantic-conventions#83](https://github.com/open-telemetry/semantic-conventions/issues/83) which is trying to define language agnostic conventions for these.

Some related issues on the topic: #5598, #3651, #3486. Summarizing the reasons to not add: - Use case for them is small, and its more code to maintain - http/protobuf...

I feel like we talked about this before and concluded that the current behavior is correct 🤔. Is this related to https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7220?

Are you using the prometheus exporter (i.e. `PrometheusHttpServer`) or OTLP? The environment variable you're modeling this suggestion off are defined in the specification [here](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/sdk_exporters/otlp.md). We're bound by the specification in...