wu-sheng commented on code in PR #9711:
URL: https://github.com/apache/skywalking/pull/9711#discussion_r983536981


##########
oap-server/server-starter/src/main/resources/application.yml:
##########
@@ -234,7 +234,7 @@ agent-analyzer:
     # Nginx and Envoy agents can't get the real remote address.
     # Exit spans with the component in the list would not generate the 
client-side instance relation metrics.
     noUpstreamRealAddressAgents: ${SW_NO_UPSTREAM_REAL_ADDRESS:6000,9000}
-    meterAnalyzerActiveFiles: 
${SW_METER_ANALYZER_ACTIVE_FILES:datasource,threadpool,satellite} # Which files 
could be meter analyzed, files split by ","
+    meterAnalyzerActiveFiles: 
${SW_METER_ANALYZER_ACTIVE_FILES:datasource,threadpool,satellite,golang} # 
Which files could be meter analyzed, files split by ","

Review Comment:
   ```suggestion
       meterAnalyzerActiveFiles: 
${SW_METER_ANALYZER_ACTIVE_FILES:datasource,threadpool,satellite,govm} # Which 
files could be meter analyzed, files split by ","
   ```
   
   Please rename MAL file accordingly



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to