David Ashpole
David Ashpole
Seems to have resolved itself. Now just links are failing (503s from github due to outage).
@pellared I don't read it that way. The number of processed (without error) is meant to be the number of records passed to the exporter. For errors, we only record...
The buffered exporter and chunk exporters appear to be implementation details of the batch processor, and aren't meaningful from the standpoint of self-observability metrics. A log record is considered processed...
@tongoss i'm planning to keep this one if thats alright
@ywwg @ArthurSens WithoutCounterSuffixes and WithoutUnits are not marked deprecated, so there aren't any deprecated options to remove ATM. Should we: 1. Close this issue as complete and keep WithoutCounterSuffixes and...
I'm going to try to split this into smaller PRs: * Migrate to circular buffer to avoid shifts (which we can't do in a lockless manner) * Compute count at...
I'm going to move this issue to opentelemetry-go, and we can figure out what changes we want to make to https://github.com/google/oss-fuzz/blob/c42f80f13662510727dcfa7a472c03031c149bc9/projects/opentelemetry-go/project.yaml#L4 to make this integration helpful for us.
@pellared is going to try and get an email list set up for the opentelemetry-go maintainers, which will be used to notify maintainers of oss-fuzz findings. I assume we probably...
@MrAlias @dmathieu this is ready for review. It follows the same pattern as the previous sum and histogram PRs, but should be much simpler.