Jack Berg

Results 759 comments of Jack Berg

#4416 was opened and its worth discussing whether its blocking for stability. Currently, the declarative config spec accommodates customization via language in [OTEL_EXPERIMENTAL_CONFIG_FILE](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk-environment-variables.md#declarative-configuration): > Implementations MAY provide a mechanism to...

FYI, removing #2739 from list of potential blockers per [this comment](https://github.com/open-telemetry/opentelemetry-specification/issues/2739#issuecomment-2718557996).

Update on the status of this: All the spec issues and `opentelemetyr-configuration` issues identified for a stable release ([#161](https://github.com/open-telemetry/opentelemetry-configuration/issues/161)) are complete. As we applied additional scrutiny to the schema in...

The declarative config data model has mechanisms to allow types / properties to be marked as experimental: https://github.com/open-telemetry/opentelemetry-configuration/tree/main?tab=readme-ov-file#experimental-features Because the prometheus exporter specification isn't stable, the promeheus exporter type in...

> This is also a torture test for SIG implementations: Oh yes. We do that in java in a couple of places as well. SIG implementations could leverage snippets to...

With #397 merged, I'll be chip away at converting `kitchen-sink.yaml` to targeted snippets and ultimately delete it.

This is a reasonable request. [This spec document](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md) lays out the required configuration options for SDK implementations of OTLP exporters, and doesn't explicitly mention unix sockets. But the document is...

It might make sense to keep an umbrella issue open for CRaC compatibility with the otel java agent, but it does sound like the most obvious issue is specification with...

Hi - I was chatting with a colleague about supporting CRaC in the context of a java agent, and we discussed that all non-trivial java agent applications will want to...

Check out `OtlpStdout{Signal}Exporter`s. They export spans / metrics / logs to a configurable OutputStream (defaults to stdout, but could be a rotating file output stream if you're willing to write...