insights: Add codeinsights-db to monitoring
Created by: CristinaBirkel
Closes https://github.com/sourcegraph/sourcegraph/issues/32860
Description
I believe this is all we need here, to include the codeinsights-db in the rest of the db monitoring and alerts.
Test plan
I'm actually not sure how to test this, other than on k8s
. Locally all I'm seeing is postgres_exporter
, but on k8s
I see the buckets for pgsql
and codeintel-db
. https://k8s.sgdev.org/-/debug/grafana/d/postgres/postgres
So my plan is to check it out on k8s
once it's merged to verify that it worked. Any other ideas here?