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 2021/06/10 23:14:50 UTC

[GitHub] [skywalking] wu-sheng commented on a change in pull request #7106: Disable spring sleuth analyzer by default

wu-sheng commented on a change in pull request #7106:
URL: https://github.com/apache/skywalking/pull/7106#discussion_r649589328



##########
File path: CHANGES.md
##########
@@ -9,6 +9,7 @@ Release Notes.
 
 #### Java Agent
 * Supports modifying span attributes in async mode.
+* Disable Spring sleuth meter analyzer by default.

Review comment:
       This is backend change.

##########
File path: docs/en/setup/backend/backend-receivers.md
##########
@@ -148,6 +148,22 @@ receiver-meter:
   default:
 ```
 
+To activate the meter rule files:
+```yaml
+agent-analyzer:
+  selector: ${SW_AGENT_ANALYZER:default}
+  default:
+    meterAnalyzerActiveFiles: ${SW_METER_ANALYZER_ACTIVE_FILES:} # Which files could be meter analyzed, files split by ","
+```
+
+The receiver adds labels with `key = service` and `key = instance` to the collected data samples,

Review comment:
       Is meter system doing this?




-- 
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