hanahmily opened a new issue #5341:
URL: https://github.com/apache/skywalking/issues/5341
We need groovy expression to analyze the below metrics. Since spring meter
has implemented it, we should use a uniform expression to fix it.
```
sum(rate(pilot_xds_write_timeout{cluster_name="cluster"}[1m])) +
sum(rate(pilot_total_xds_internal_errors{cluster_name="cluster"}[1m])) +
sum(rate(pilot_total_xds_rejects{cluster_name="cluster"}[1m])) +
sum(rate(pilot_xds_expired_nonce{cluster_name="cluster"}[1m])) +
sum(rate(pilot_xds_push_context_errors{cluster_name="cluster"}[1m])) +
sum(rate(pilot_xds_pushes{cluster_name="cluster", type=~".*_senderr"}[1m]))
```
----------------------------------------------------------------
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:
[email protected]