Skip to content

Commit 8d4c4b5

Browse files
Added the exp_type='pg' label to all targets (#1048)
discovered by the Prometheus crunchy-collect job. This ensures that all crunchy-collect metrics have the exp_type='pg' label as required by the Grafana PG dashboards included in pgMonitor v3.2.
1 parent 167d574 commit 8d4c4b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/roles/pgo-metrics/templates/prometheus-config.yaml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,5 @@ data:
5454
target_label: job
5555
separator: ': '
5656
replacement: '$1$2'
57+
- target_label: exp_type
58+
replacement: 'pg'

0 commit comments

Comments
 (0)