diff --git a/README.md b/README.md
index 1cd0c26..a6c82fd 100644
--- a/README.md
+++ b/README.md
@@ -99,8 +99,8 @@ Endlessh-go exports the following Prometheus metrics.
| endlessh_client_closed_count_total | count | Total number of clients that stopped connecting to this host. |
| endlessh_sent_bytes_total | count | Total bytes sent to clients that tried to connect to this host. |
| endlessh_trapped_time_seconds_total | count | Total seconds clients spent on endlessh. |
-| endlessh_client_open_count | count | Number of connections of clients.
Labels:
- `ip`: IP of the client
- `country`: Country of the IP
- `location`: Country, Region, and City
- `geohash`: Geohash of the location
|
-| endlessh_client_trapped_time_seconds | count | Seconds a client spends on endlessh.
Labels:
|
+| endlessh_client_open_count | count | Number of connections of clients.
Labels:
- `ip`: Remote IP of the client
- `local_port`: Local port the program listens to
- `country`: Country of the IP
- `location`: Country, Region, and City
- `geohash`: Geohash of the location
|
+| endlessh_client_trapped_time_seconds | count | Seconds a client spends on endlessh.
Labels:
- `ip`: Remote IP of the client
- `local_port`: Local port the program listens to
|
The metrics is off by default, you can turn it via the CLI argument `-enable_prometheus`.