Skip to content

Commit 75e3735

Browse files
committed
Enable postgres_exporter by default
1 parent 017feb1 commit 75e3735

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

chart/ci/e2e-values.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

chart/values.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)