diff options
author | Kuleshov, Elena <evn@att.com> | 2020-01-10 09:53:29 -0500 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-01-10 09:53:30 -0500 |
commit | 833d219c3b6689ea27f46719a3a00cbaf7e649fe (patch) | |
tree | ec6d72a3b5591843f087012512666a962cfb3b86 /adapters/so-appc-orchestrator/src/main/resources/application.yaml | |
parent | 9d77758d706d13c1c2ea46ada1837d757adbf9ba (diff) |
1911 create appc adapter micro service
Added new appc adapter micro service.
Made required code changes to use the new adapter.
Issue-ID: SO-2596
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I880ecace64ec85ca4094a82bc1210798fd3bb85d
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 |