John Watson
John Watson
I've been working on some OpenTelemetry-based instrumentation for gradle builds, and thought this would be a great showcase of "eating our own dogfood" if we had a way to do...
If the `X-B3-Sampled` header is missing, the propagator is considering this as "not sampled" when creating the resulting TraceFlags. This will cause Samplers to then consider the parent as "not...
With all the changes to the Context API, we should verify that the OT shim is still propagating context properly.
It is possible (perhaps even likely) that instrumentation will generate metrics with cardinality explosions. There may be backends that can handle this, so it's not necessarily an error in the...
For consistency across languages and HTTP client libraries, we should provide suggested conventions for modeling details of HTTP client calls. Here is a short list of items to include in...
One of the very common ways to authenticate with AWS is to use the aws command line tools to set up the contents of ~/.aws to have auth information in...
I see this is in the maven plugin, and would love it for the gradle version. In particular, I would very much like to be able to say that `METHOD_NEW_DEFAULT`...
The backend API supports sending multiple batches in one payload. We should support that in the SDK. (Migrate to Jira)
This document needs to be re-written. https://github.com/micrometer-metrics/micrometer-docs/blob/fc4088087f10961107a832a6aabe37801e4ffc80/src/docs/implementations/new-relic.adoc At the very least, we should PR a change to move the "Note" front and center and point users at our officially supported...