From 2d578997b92d2c5dfb9b5bd6f4bb4054d84c5dbf Mon Sep 17 00:00:00 2001 From: DenisGabriela Date: Wed, 10 Oct 2018 16:36:19 +0300 Subject: [PATCH] ATS-126 : Expose JVM metrics - eg. CPU & Memory (within jvm process / container) - removed disabling of non-t-engines' metrics --- alfresco-transformer-base/src/main/resources/application.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/alfresco-transformer-base/src/main/resources/application.yaml b/alfresco-transformer-base/src/main/resources/application.yaml index 4b418b12..b35d43cf 100644 --- a/alfresco-transformer-base/src/main/resources/application.yaml +++ b/alfresco-transformer-base/src/main/resources/application.yaml @@ -27,12 +27,8 @@ management: - prometheus - health metrics: - enable[go]: false enable[http]: false enable[net]: false enable[logback]: false - enable[prometheus]: false - enable[promhttp]: false enable[tomcat]: false - enable[scrape]: false enable[jvm.classes]: false \ No newline at end of file