diff options
Diffstat (limited to 'main/src/test/resources/application-test.yaml')
-rw-r--r-- | main/src/test/resources/application-test.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/src/test/resources/application-test.yaml b/main/src/test/resources/application-test.yaml index de32fc43..093ce437 100644 --- a/main/src/test/resources/application-test.yaml +++ b/main/src/test/resources/application-test.yaml @@ -82,9 +82,14 @@ pap: basePath: topics management: + metrics: + export: + prometheus: + enabled: true endpoints: web: base-path: / exposure: include: health, metrics, prometheus + path-mapping.metrics: plain-metrics path-mapping.prometheus: metrics |