Trask Stalnaker

Results 1261 comments of Trask Stalnaker

@thompson-tomo you may want to check out https://github.com/open-telemetry/otel-arrow/blob/main/docs/multivariate-design.md

hi @FilipPetrovic0! have you tried CRaC with the OpenTelemetry Java SDK? if that doesn't work, then I'd recommend creating an issue in https://github.com/open-telemetry/opentelemetry-java first, then if/when the SDK support it,...

hi @naumaan123, > `otel.experimental.resource.disabled-keys=client-id,kafka.producer.io_ratio` this won't work because those are metric attributes (as opposed to resource attributes) here's some links that may help: * https://github.com/open-telemetry/opentelemetry-java-instrumentation/discussions/12395 * https://github.com/open-telemetry/opentelemetry-java-examples/tree/main/javaagent

> allow the SpanExporters to have `open()` method so they can open the connection to collectors @jeanbisutti @brunobat if something like this was available, would it also benefit GraalVM by...

hi @HonzaV, the files should be stored in a subdirectory under tmp, which shouldn't be shared by any other frameworks, does that work for you?

> @open-telemetry/semconv-rpc-approvers I would love to have your opinion on this PR. as long as you're following https://github.com/open-telemetry/semantic-conventions/blob/main/docs/rpc/README.md#semantic-conventions-for-rpc > [!IMPORTANT] > Existing RPC instrumentations that are using > [v1.37.0 of...

hi @zhaomingcheng01! can you open an issue in https://github.com/open-telemetry/semantic-conventions/issues and request the addition of specific (JVM-specific or otherwise) metrics that you require for monitoring your application?

hi @fidoooooowang! you might find https://www.elastic.co/observability-labs/blog/continuous-profiling-distributed-tracing-correlation interesting, particularly this part: > The OTel Java agent itself keeps track of the active span by storing a stack of spans in the...

hi @Cirilla-zmh, I gave this a try, but unfortunately it's a good deal more complex to implement this under incubation for Spans compared to for Logs because Spans are mutable...