Thom Gerdes
Thom Gerdes
I also wasn't able to find any official documentation that call out the docker:// uri scheme when I reported this issue to the bazel buildfarm project. The closest thing I...
It might be sufficient to update the prometheus client dependency from using `io.prometheus:simpleclient:0.10.0` to `io.prometheus:prometheus-metrics-core:1.0.0` which now supports prometheus native histograms ( see http://prometheus.github.io/client_java/getting-started/metric-types/#histogram ) That does have the caveat...
#1376 seems related, but only addresses the latency histograms created by the `me.dinowernli:java-grpc-prometheus` package. This report specifically mentions the other metrics such as [`execution_time_ms`]( https://github.com/bazelbuild/bazel-buildfarm/blob/2.7.0/src/main/java/build/buildfarm/worker/ExecuteActionStage.java#L35 ) , [`input_fetch_time_ms`](https://github.com/bazelbuild/bazel-buildfarm/blob/2.7.0/src/main/java/build/buildfarm/worker/InputFetchStage.java#L30), and [`queue_time_ms`](https://github.com/bazelbuild/bazel-buildfarm/blob/2.7.0/src/main/java/build/buildfarm/metrics/AbstractMetricsPublisher.java#L61),...