@@ -155,7 +155,7 @@ func EnablePostgresMetrics(ctx context.Context, inCluster *v1beta1.PostgresClust
155
155
MonitoringUser ),
156
156
"collection_interval" : "5s" ,
157
157
// Give Postgres time to finish setup.
158
- "initial_delay" : "10s " ,
158
+ "initial_delay" : "15s " ,
159
159
"queries" : slices .Clone (fiveSecondMetricsClone ),
160
160
}
161
161
@@ -166,7 +166,7 @@ func EnablePostgresMetrics(ctx context.Context, inCluster *v1beta1.PostgresClust
166
166
MonitoringUser ),
167
167
"collection_interval" : "300s" ,
168
168
// Give Postgres time to finish setup.
169
- "initial_delay" : "10s " ,
169
+ "initial_delay" : "15s " ,
170
170
"queries" : slices .Clone (fiveMinuteMetricsClone ),
171
171
}
172
172
@@ -196,7 +196,7 @@ func EnablePostgresMetrics(ctx context.Context, inCluster *v1beta1.PostgresClust
196
196
MonitoringUser ),
197
197
"collection_interval" : querySet .CollectionInterval ,
198
198
// Give Postgres time to finish setup.
199
- "initial_delay" : "10s " ,
199
+ "initial_delay" : "15s " ,
200
200
"queries" : "${file:/etc/otel-collector/" +
201
201
querySet .Name + "/" + querySet .Queries .Key + "}" ,
202
202
}
0 commit comments