blob: c0c5962ea2340c16e912a8a1dbe186c77c93c382 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
server:
port: 8080
tomcat:
max-threads: 50
#Actuator
management:
endpoints:
web:
base-path: /manage
exposure:
include: "*"
metrics:
se-global-registry: false
export:
prometheus:
enabled: true # Whether exporting of metrics to Prometheus is enabled.
step: 1m # Step size (i.e. reporting frequency) to use.
|