TraceMachina / nativelink

NativeLink is an open source high-performance build cache and remote execution server, compatible with Bazel, Buck2, Reclient, and other RBE-compatible build systems. It offers drastically faster builds, reduced test flakiness, and specialized hardware.
https://nativelink.com
Apache License 2.0
908 stars 93 forks source link

Prometheus Complete Overhaul #384

Open blakehatch opened 9 months ago

blakehatch commented 9 months ago

Should migrate to otel and target for after 0.3.0

adam-singer commented 7 months ago

In this context it might be worth watching https://github.com/tokio-rs/tokio-metrics. Currently the package is marked as unstable so I think we should avoid it, the building blocks and runtime support does match the async framework we use. Probably should be a separate issue to be filed on it, but re-eval when we look at metrics again.