You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/jdbc/DataSourcePoolMetrics.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/metrics/amqp/RabbitMetricsTests.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,8 @@ public void connectionFactoryWithTagsIsInstrumented() {
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1300,7 +1300,6 @@ content into your application. Rather, pick only the properties that you need.
1300
1300
management.metrics.binders.logback.enabled=true # Whether to enable Logback metrics.
1301
1301
management.metrics.binders.processor.enabled=true # Whether to enable processor metrics.
1302
1302
management.metrics.binders.uptime.enabled=true # Whether to enable uptime metrics.
1303
-
management.metrics.cache.instrument=true # Instrument all available caches.
1304
1303
management.metrics.distribution.percentiles-histogram.*= # Whether meter IDs starting-with the specified name should be publish percentile histograms.
1305
1304
management.metrics.distribution.percentiles.*= # Specific computed non-aggregable percentiles to ship to the backend for meter IDs starting-with the specified name.
1306
1305
management.metrics.distribution.sla.*= Specific SLA boundaries for meter IDs starting-with the specified name. The longest match wins, the key `all` can also be used to configure all meters.
@@ -1391,10 +1390,6 @@ content into your application. Rather, pick only the properties that you need.
1391
1390
management.metrics.export.statsd.polling-frequency=10s # How often gauges will be polled. When a gauge is polled, its value is recalculated and if the value has changed, it is sent to the StatsD server.
1392
1391
management.metrics.export.statsd.port=8125 # Port of the StatsD server to receive exported metrics.
1393
1392
management.metrics.export.statsd.queue-size=2147483647 # Maximum size of the queue of items waiting to be sent to the StatsD server.
1394
-
management.metrics.jdbc.instrument=true # Instrument all available data sources.
1395
-
management.metrics.jdbc.metric-name=data.source # Name of the metric for data source usage.
1396
-
management.metrics.rabbitmq.instrument=true # Instrument all available connection factories.
1397
-
management.metrics.rabbitmq.metric-name=rabbitmq # Name of the metric for RabbitMQ usage.
1398
1393
management.metrics.use-global-registry=true # Whether auto-configured MeterRegistry implementations should be bound to the global static registry on Metrics.
1399
1394
management.metrics.web.client.max-uri-tags=100 # Maximum number of unique URI tag values allowed. After the max number of tag values is reached, metrics with additional tag values are denied by filter.
1400
1395
management.metrics.web.client.record-request-percentiles=false # Whether instrumented requests record percentiles histogram buckets by default.
0 commit comments