Skip to content

Commit

Permalink
update metrics formats (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
izhuxiaoqing authored Sep 2, 2021
1 parent d3f904d commit 8d8a29e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/6.monitor-and-metrics/1.query-performance-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ curl -G "http://<ip>:<port>/stats?stats=<metric_name_list> [&format=json]"

Query the following metrics together:

* The average heartbeat latency in the last 1 minute.
* The average heartbeat latency in the last 1 minute.

* The average latency of the slowest 1% heartbeats, i.e., the P99 heartbeats, in the last 10 minutes.
* The average latency of the slowest 1% heartbeats, i.e., the P99 heartbeats, in the last 10 minutes.

```bash
$ curl -G "http://192.168.8.40:19559/stats?stats=heartbeat_latency_us.avg.60,heartbeat_latency_us.p99.600"
Expand Down

0 comments on commit 8d8a29e

Please sign in to comment.