fomeiherz opened a new issue, #11321: URL: https://github.com/apache/dubbo/issues/11321
## Describe the proposal [Prometheus naming](https://prometheus.io/docs/practices/naming/) ### Step 1: add [base-units](https://prometheus.io/docs/practices/naming/#base-units) - Time: suffix with `seconds`, such as `dubbo.rt.qps.seconds` - Length: meters - Bytes: bytes ... ### Step 2: add suffix by metrics type - Counter: suffix with `total`, such as `dubbo.rt.requests.total` ### Step 3: add other suffix - The num of metrics: `count`, such as `dubbo.rt.seconds.count` - Summary value: `sum`, such as `dubbo.rt.seconds.sum` - Minimum value: `min`, such as `dubbo.rt.seconds.min` - Maximum value: `max`, such as `dubbo.rt.seconds.max` - Average value: `avg`, such as `dubbo.rt.seconds.avg` - P99 value: `avg`, such as `dubbo.rt.seconds.p99` - P95 value: `avg`, such as `dubbo.rt.seconds.p95` -- 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: notifications-unsubscr...@dubbo.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org