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/14 07:22:36 UTC

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

mrproliu commented on a change in pull request #7106:
URL: https://github.com/apache/skywalking/pull/7106#discussion_r649760562



##########
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:
       The agent analyzer analyzes the protocol and adds these two keys as labels. After this, the `MAL` could build the entity from these labels.

##########
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,
+and values from service and service instance name defined in SkyWalking Agent,
+for identification of the metric data.
+
+| Rule Name | Description | Configuration File | Data Source |

Review comment:
       Changed to the `backend-meter.md`




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