neondatabase / autoscaling

Postgres vertical autoscaling in k8s
Apache License 2.0
163 stars 21 forks source link

Expose current version and show it on dashboards #881

Closed Omrigan closed 3 months ago

Omrigan commented 7 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 3 months ago

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