Skip to content

Commit d931bf9

Browse files
committed
Decrease push rate to 1s
1 parent c0cde2c commit d931bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdbc/ydb-token-app/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ management.metrics.enable.grpc=true
3434
#management.metrics.export.prometheus.enabled=true
3535

3636
management.metrics.export.prometheus.pushgateway.enabled=${app.pushMetrics}
37-
management.metrics.export.prometheus.pushgateway.push-rate=15s
37+
management.metrics.export.prometheus.pushgateway.push-rate=1s
3838
management.metrics.export.prometheus.pushgateway.base-url=${app.prometheusUrl}
3939

4040
logging.pattern.console=%clr(%d{yyyy-MM-dd'T'HH:mm:ss.SSS}){faint} %clr(%5p) %clr(---){faint} %clr([%12.12t]){faint} %clr(%-24.24logger{1}){cyan} %clr(:){faint} %m%n%wEx

0 commit comments

Comments
 (0)