Skip to content

Commit

Permalink
Development: Enable metrics for server administration again
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Krusche committed Aug 6, 2022
1 parent 31fa58d commit 5aa685a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ management:
enabled: true
step: 60
enable:
http: false
jvm: false
http: true
jvm: true
logback: false
process: false
system: false
process: true
system: true
distribution:
percentiles-histogram:
all: true
Expand Down Expand Up @@ -184,8 +184,6 @@ spring:
# These AutoConfiguration are excluded as they include metrics which are not evaluated and only cause unnecessary network load
# They can be included once they are processed
exclude:
- org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration
- org.springframework.boot.actuate.autoconfigure.metrics.cache.CacheMetricsAutoConfiguration
- org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration
- org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration
- org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration
Expand Down

0 comments on commit 5aa685a

Please sign in to comment.