Jack Berg

Results 759 comments of Jack Berg

Defining new environment variables has to be driven through the spec. You might think that we could piggyback off the `OTEL_EXPORTER_OTLP_INSECURE` env var [defined here](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md), the but spec clearly states...

> Hi, one question more, is there any way of enabling debug mode in SSLContext? I'm not sure. May be worth reading the javadoc to see if there is anyway...

I've analyzed various http client libraries and the options they expose for configuring proxies: - [Reactor Netty](https://projectreactor.io/docs/netty/1.1.15/reference/index.html#_proxy_support): type (http, socks4, socks5), host, port, non-proxy hosts (?), http headers, connect timeout,...

Opened a PR to update @marcschumacher's branch [here](https://github.com/marcschumacher/opentelemetry-java/pull/1). Figured it was a significant enough set of changes that I out to give you the chance to review instead of just...

> btw, I ran across [java.net.Authenticator](https://docs.oracle.com/javase/8/docs/api/java/net/Authenticator.html) while looking at this I ran across that too @trask. I don't think it was considered, but we should.

@open-telemetry/java-approvers In an effort to get this change merge for upcoming release, I've opened an alternative PR https://github.com/open-telemetry/opentelemetry-java/pull/6270. Please take a look @marcschumacher.

Defining environment variables / system properties for this type of thing needs to be defined at the spec level: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md However, we could extend programatic configuration for these options. The...

> Am I to understand that this cannot be used yet via java-instrumentation? Not until config names are chosen in the spec then implemented? It can be used with the...

I am going to try to solve this at the spec level. This problem is probably discussed in different terms in some open spec issues, but maybe not all in...

@breedx-splk I think what your describing influenced the design of the samplers up to this point. Given that there's no way to produce this behavior today with SDK configuration, its...