From 71701581ac8c30f1678883cc76883047c7748331 Mon Sep 17 00:00:00 2001 From: Toby Date: Tue, 27 Apr 2021 20:44:02 -0700 Subject: [PATCH] Update READMEs --- README.md | 3 +++ README.zh.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 73a1712..dc7dd98 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,9 @@ You can make Hysteria expose a Prometheus HTTP client endpoint for monitoring tr If configured on port 8080, the endpoint would be at `http://example.com:8080/metrics`. ```text +hysteria_active_conn{auth="55m95auW5oCq"} 32 +hysteria_active_conn{auth="aGFja2VyISE="} 7 + hysteria_traffic_downlink_bytes_total{auth="55m95auW5oCq"} 122639 hysteria_traffic_downlink_bytes_total{auth="aGFja2VyISE="} 3.225058e+06 diff --git a/README.zh.md b/README.zh.md index 67b2e31..fbb2dd3 100644 --- a/README.zh.md +++ b/README.zh.md @@ -171,6 +171,9 @@ Hysteria 是专门针对恶劣网络环境进行优化的 TCP/UDP 转发和代 例如如果配置在 8080 端口,则 API 地址是 `http://example.com:8080/metrics` ```text +hysteria_active_conn{auth="55m95auW5oCq"} 32 +hysteria_active_conn{auth="aGFja2VyISE="} 7 + hysteria_traffic_downlink_bytes_total{auth="55m95auW5oCq"} 122639 hysteria_traffic_downlink_bytes_total{auth="aGFja2VyISE="} 3.225058e+06