neondatabase / autoscaling

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

Expose current version and show it on dashboards #881

Closed Omrigan closed 1 month ago

Omrigan commented 5 months ago

Problem description / Motivation

Discussed during proxy architecture.

This would help with correlating releases with issues directly on dashboard

Feature idea(s) / DoD

Possible to estimate a number of each instance of each component with any versions from the grafana dashboard.

Implementation ideas

Expose a single metric.

sharnoff commented 1 month ago

Implemented this using kube_pod_container_info's image label. Closing for now, unless there's further opinions.