neondatabase / autoscaling

Postgres vertical autoscaling in k8s
Apache License 2.0
150 stars 20 forks source link

plugin: eventqueue metrics #875

Closed shayanh closed 4 months ago

shayanh commented 5 months ago

Scheduler plugin has a set of queue for events (eventqueue) it receives from k8s API server. This PR adds the following set of metrics related to eventqueue:

Inspired by controller-runtime workqueue metrics.

This is a small PR but might be easier to review it commit by commit.

Fixes #862.