contrueCT commented on PR #7882: URL: https://github.com/apache/incubator-seata/pull/7882#issuecomment-3709016643
> It seems we're missing some common tags, such as the host of the current Naming Server. For example, this would make it easier to query metrics from specific Naming Server instances. > Additionally, I suggest adding monitoring metrics for the response time (avg, p50, p99, p999) and QPS of each interface. You can implement this in the filter. Both implemented. Response time metrics (P50/P90/P95/P99/P999) use Spring Boot Actuator's http.server.requests with custom business tags via NamingServerTagsContributor. Common tag application added in application.yml. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
