diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2021-08-24 12:55:16 +0100 |
---|---|---|
committer | FrancescoFioraEst <francesco.fiora@est.tech> | 2021-08-30 13:53:56 +0100 |
commit | 13533270bb8498fce76a3d7b685b1a0f6d057d71 (patch) | |
tree | bb5de2568d3642e1529920b8040f248af25ab468 /runtime-controlloop/src/main/resources/application.yaml | |
parent | e1d67de22d0bf9fe50c16ee6bc1e50310e74d4fa (diff) |
Export basic prometheus metrics from clamp
POLICY-3557: Export basic prometheus metrics from clamp
Change-Id: Ica71d089255e2a8881f668ceeb578993996f9a38
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'runtime-controlloop/src/main/resources/application.yaml')
-rw-r--r-- | runtime-controlloop/src/main/resources/application.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime-controlloop/src/main/resources/application.yaml b/runtime-controlloop/src/main/resources/application.yaml index ea98aaa8c..cddb3d0fb 100644 --- a/runtime-controlloop/src/main/resources/application.yaml +++ b/runtime-controlloop/src/main/resources/application.yaml @@ -50,3 +50,9 @@ runtime: servers: - ${topicServer:localhost} topicCommInfrastructure: dmaap + +management: + endpoints: + web: + exposure: + include: health, metrics, prometheus |