Arthur Silva Sens

Results 418 comments of Arthur Silva Sens

I won't be able to work on this until June 25th 😬 @carrieedwards, @dashpole, @bwplotka -- If you happen to have the time, feel free to continue! If not, I'll...

After a few discussions with David and the rest of the OTel-Prometheus working group, I'm reopening this PR. Migrating the ingestion path from RWv1 to RWv2 is not as beneficial...

The conflicts should go away once https://github.com/prometheus/prometheus/pull/16878 is merged

Comments resolved, so I'm merging!

I'm just not sure about performance though, appending samples is a hot path, right? Would it create too much overhead by possibly increasing two new counters?

From my understanding `samples_appended_total` measures samples, and not the append operation itself. I can't create an SLO for success ratio of appends. An alert with `active_appender == 0` isn't helpful...

I'm struggling a little bit to understand where we want this metric to be incremented. Do we want a global metric that is incremented by all appender implementations, or one...

I believe the idea is to add yet another chained interface. @amanycodes, once you read the code you'll realize that we have many implementations of the appender interface, and most...

I'll run some tests today with the full pipeline: Go-SDK -> Prometheus Receiver -> Prometheus Exporter/ Debug Exporter