Open
Description
Currently postgres_exporter exports default metrics of the form pg_metric_column
. For eg. pg_stat_replication_pid
. Since we may write additional queries to get more metrics, through the PG_EXPORTER_EXTEND_QUERY_PATH
, we would have customised metric names in the queries.yaml file, for eg foo_bar_replication
. It would be nice to have a way to have the existing default metrics also have the foo_bar prefix, so we can collect all the metrics under single logical umbrella.
Metadata
Metadata
Assignees
Labels
No labels