diff options
author | Steve Smokowski <ss835w@att.com> | 2020-01-16 17:56:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-16 17:56:08 +0000 |
commit | 31e4876968f144b875e21f4499701ba2f16dc94f (patch) | |
tree | 94f1001bb4432db0f39384f9de072c2ebc23c41e /adapters/so-appc-orchestrator/src/main/resources/application.yaml | |
parent | e6d05b9359582d2a8bddfeb73527d134586410b7 (diff) | |
parent | 833d219c3b6689ea27f46719a3a00cbaf7e649fe (diff) |
Merge "1911 create appc adapter micro service"
Diffstat (limited to 'adapters/so-appc-orchestrator/src/main/resources/application.yaml')
-rw-r--r-- | adapters/so-appc-orchestrator/src/main/resources/application.yaml | 18 |
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 |