diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2022-12-07 14:59:37 +0000 |
---|---|---|
committer | Adheli Tavares <adheli.tavares@est.tech> | 2022-12-12 15:20:19 +0000 |
commit | 10e7b82bfc65b11df9497577ff6f16ed10564d69 (patch) | |
tree | da27b85f28671b3a690289860325ab9cc9f78af9 /main/src/test/resources | |
parent | 5ac400df6381d2f275e0359cb06c7904eddf1faf (diff) |
SLAs for async methods
- undeploy policy timing
- deploy policy timing
- unit tests for actuator endpoints
Issue-ID: POLICY-4469
Change-Id: I3298888e59824347b8d2a57fb531c10f2f4ca125
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'main/src/test/resources')
-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 |