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 2019/03/25 21:15:56 UTC

[GitHub] [incubator-skywalking] wu-sheng opened a new pull request #2402: Support disable statement in OAL

wu-sheng opened a new pull request #2402: Support disable statement in OAL
URL: https://github.com/apache/incubator-skywalking/pull/2402
 
 
   ## Disable
   `Disable` is an advanced statement in OAL, which is only used in certain case.
   Some of the aggregation and metric are defined through core hard codes,
   this `disable` statement is designed for make them de-active,
   such as `segment`, `top_n_database_statement`.
   In default, no one is being disable.
   
   ## Example
   ```
   disable(segment);
   disable(endpoint_relation_server_side);
   disable(top_n_database_statement);
   ```

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


With regards,
Apache Git Services