This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This CL adds an http endpoint with one handler "/metrics" that serves Prometheus metrics exported by MetaController. The metrics are collected using OpenCensus and exported using the Prometheus HTTP exposition format. This CL also configures the Kubernetes workqueue package to collect its statistics and expose them via the Prometheus http endpoint. We collect and expose all of the workqueue metrics (Depth, Adds, Latency, WorkDuration, Retries) tagged with the name of the queue.
- Loading branch information