Joshua MacDonald
Joshua MacDonald
Note that the corresponding change of exponential histogram boundary inclusivity has been released in specification v0.13, so at this point the collector is printing boundaries incorrectly. I have published Lightstep's...
Blocked by https://github.com/open-telemetry/opentelemetry-specification/pull/2703
I believe this can be solved inside the `attribute` package.
I can't prioritize working on this right away. In case someone else wants to pick this up, here's roughly how the solution looks for just one type of slice (out...
Performance note: implied by the above, we have to copy the slice to read it. This isn't great. We could offer a different API to access the i'th element of...
@fatsheep9146 yes, please!
In the https://github.com/lightstep/opentelemetry-prometheus-sidecar I dealt with repeating errors in two ways: 1. Log them once per callsite per minute. This uses reflection to determine the source location of each log,...
This seems fundamentally different than the `autoprop` package in the sense that it supports registration of span Exporters (a part of a provider), whereas the thing configured in autoprop is...
I'm just feeling wary of building automatic-configurators for individual building blocks of the SDK on the assumption that they are always perfectly orthogonal from one another. I would prefer instead...
Agreed. I want to retire the library producing this metric, however, see https://github.com/open-telemetry/opentelemetry-go-contrib/pull/2643 and plan on discussing this topic in the 9/8 Go SIG call.