@@ -39,6 +39,13 @@ postgresVersion: 17
3939# below.
4040# monitoring: false
4141
42+ # instrumentation enables the ability to monitor the Postgres cluster through an
43+ # OpenTelemetry collector. This defaults to the value below.
44+ # This feature is currently behind the feature gates OpenTelemetryLogs and
45+ # OpenTelemetryMetrics; at least one of these feature gates must be turned
46+ # on for `instrumentation` to be turned on.
47+ # instrumentation: false
48+
4249# ##################
4350# Image Overrides #
4451# ##################
@@ -47,19 +54,19 @@ postgresVersion: 17
4754# below value. "postgresVersion" needs to match the version of Postgres that is
4855# used here. If using the GIS-enabled Postgres image, you need to ensure
4956# "postGISVersion" matches the version of PostGIS used.
50- # imagePostgres: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.2-2
57+ # imagePostgres: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.4-0
5158
5259# imagePgBackRest is the pgBackRest backup utility image. This defaults to the
5360# below value.
54- # imagePgBackRest: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.54.1-0
61+ # imagePgBackRest: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.54.1-1
5562
5663# imagePgBouncer is the image for the PgBouncer connection pooler. This defaults
5764# to the below value.
58- # imagePgBouncer: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.23-3
65+ # imagePgBouncer: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.23-4
5966
6067# imageExporter is the image name for the exporter used as a part of monitoring.
6168# This defaults to the value below.
62- # imageExporter: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.16.0-0
69+ # imageExporter: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.16.0-1
6370
6471# ##########################
6572# Basic Postgres Settings #
@@ -278,6 +285,16 @@ postgresVersion: 17
278285# "monitoring" setting.
279286# monitoringConfig: {}
280287
288+ # The following "instrumentation_" fields will set the specified parts of the instrumentation
289+ # spec. To enable instrumentation, you need to set the "instrumentation" setting to "true".
290+ # This feature is currently behind the feature gates OpenTelemetryMetrics and OpenTelemetryLogs.
291+
292+ # instrumentationConfig: {}
293+ # instrumentationImage: ""
294+ # instrumentationLogs: {}
295+ # instrumentationMetrics: {}
296+ # instrumentationResources: {}
297+
281298# ######################
282299# Kubernetes Settings #
283300# ######################
0 commit comments