File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,18 @@ timescaledb-single:
4747 # # TimescaleDB resource requests
4848 resources : null
4949
50+ # Enable Prometheus exporter for PostgreSQL server metrics.
51+ # https://github.com/prometheus-community/postgres_exporter
52+ prometheus :
53+ enabled : true
54+ image :
55+ repository : quay.io/prometheuscommunity/postgres-exporter
56+ tag : v0.11.0
57+
58+ # Specifies whether ServiceMonitor for Prometheus operator should be created
59+ serviceMonitor :
60+ enabled : true
61+
5062# Values for configuring the deployment of the Promscale
5163# The charts README is at:
5264# https://github.com/timescale/promscale/tree/master/helm-chart
Original file line number Diff line number Diff line change @@ -50,6 +50,18 @@ timescaledb-single:
5050 cpu : 100m
5151 memory : 2Gi
5252
53+ # Enable Prometheus exporter for PostgreSQL server metrics.
54+ # https://github.com/prometheus-community/postgres_exporter
55+ prometheus :
56+ enabled : true
57+ image :
58+ repository : quay.io/prometheuscommunity/postgres-exporter
59+ tag : v0.11.0
60+
61+ # Specifies whether ServiceMonitor for Prometheus operator should be created
62+ serviceMonitor :
63+ enabled : true
64+
5365# Values for configuring the deployment of the Promscale
5466# The charts README is at:
5567# https://github.com/timescale/promscale/tree/master/helm-chart
You can’t perform that action at this time.
0 commit comments