You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/07/21 05:07:22 UTC

[GitHub] [skywalking] kezhenxu94 commented on a change in pull request #4972: Provide server-side meter

kezhenxu94 commented on a change in pull request #4972:
URL: https://github.com/apache/skywalking/pull/4972#discussion_r457838840



##########
File path: test/e2e/e2e-service-provider/src/main/resources/application.yml
##########
@@ -32,3 +32,17 @@ spring:
     properties:
       hibernate.format_sql: true
     show-sql: true
+
+management:
+  metrics:
+    use-global-registry: true
+    web:
+      server:
+        request:
+          autotime:
+            enabled: true
+  endpoints:
+    web:
+      exposure:
+        include: info,health
+      base-path: /

Review comment:
       Why expose these endpoints? The `info` endpoint conflict with the example service, if they're really needed, please expose them to another `base-path`




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org