Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Expose workqueue stats
Browse files Browse the repository at this point in the history
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
rlguarino committed Aug 23, 2018
1 parent 2a992e2 commit 6ebeb13
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 17 deletions.
Loading

0 comments on commit 6ebeb13

Please sign in to comment.