Tyler Yahn
Tyler Yahn
Without code to reproduce this error there is no way to validate it has been resolved. Can you please add a minimal example that will generate the error?
Possible solutions to explore: 1. Add methods to the `HistogramDataPoint` that provides read only access to the reference types (Min, Max, bounds, and counts) - Alternatively, add a new `HistogramDataPointRO`...
The `Counter` instrument needs to validate its input is zero or greater. The sum Aggregator does not do this.
We need to determine the best way to "resurrect" the old modules. Do we roll back to the commit they were dropped on, branch, and tag a release specific for...
> I think this is related to #2328, and #3046. #2328 is this issue, did you mean another issue?
> 1. Create a branch called `deprecate/v###` from the tag that it represents, e.g. `deprecate/v0.20.0` from tag `v0.20.0`. Will you deprecate all the above packages at once? Or will this...
What code are you running with buildkit? It is unclear if buildkit is generating unexpected telemetry, if we are generating unexpected telemetry, or the thrift library is not handling valid...
> Edit: please hold on the review as I discovered some issues with this approach. Sounds good. It's not required, but feel free to change this to a draft to...
Yeah, this sounds a bit tricky. My initial thought is to add an additional method to the `HeaderCarrier`, but I don't think this is necessarily the best approach. I'll have...
> Is this still blocked? > > I'm actually looking to export OTel traces from a component that's instrumented with the OpenCensus SDK. Would bringing back the tracing bridge code...