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/12/28 02:07:46 UTC

[GitHub] [skywalking] buxingzhe edited a comment on issue #6089: OAP server gets stuck in frequent GC due to endpoint relation metrics high memory usage

buxingzhe edited a comment on issue #6089:
URL: https://github.com/apache/skywalking/issues/6089#issuecomment-751548619


   Endpoint group configuration sample:
   
   - service-name: api-gateway
       rules:
         - endpoint-name: /users/{userId}/properties
           regex: .*\/users\/\w+\/properties
         - endpoint-name: /weather/*
           regex: .*\/weather\/.+
         - endpoint-name: /users/{userId}/events
           regex: .*\/users\/\w+\/events
         - endpoint-name: /users/{userId}/events/*
           regex: .*\/users\/\w+\/events\/.+
         - endpoint-name: "/*"
           regex: .*\/.+


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