aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/so-appc-orchestrator/src/main/resources/application.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'adapters/so-appc-orchestrator/src/main/resources/application.yaml')
-rw-r--r--adapters/so-appc-orchestrator/src/main/resources/application.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/adapters/so-appc-orchestrator/src/main/resources/application.yaml b/adapters/so-appc-orchestrator/src/main/resources/application.yaml
new file mode 100644
index 0000000000..c0c5962ea2
--- /dev/null
+++ b/adapters/so-appc-orchestrator/src/main/resources/application.yaml
@@ -0,0 +1,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. \ No newline at end of file