Make values in tag meaning more consistent

This commit is contained in:
Sergey Arkhipov
2021-04-12 18:53:23 +03:00
committed by GitHub
parent c3ffd7a307
commit 097b52c8ef
+6 -6
View File
@@ -332,9 +332,9 @@ Here goes a list of metrics with their types but without a prefix.
Tag meaning:
| Name | Values | Description |
|-------------|------------------------|-----------------------------------------------|
| ip_family | ipv4, ipv6 | A version of the IP protocol. |
| dc | | A number of the Telegram DC for a connection. |
| telegram_ip | | IP address of the Telegram server. |
| direction | to_client, from_client | A direction of the traffic flow. |
| Name | Values | Description |
|-------------|----------------------------|-----------------------------------------------|
| ip_family | `ipv4`, `ipv6` | A version of the IP protocol. |
| dc | | A number of the Telegram DC for a connection. |
| telegram_ip | | IP address of the Telegram server. |
| direction | `to_client`, `from_client` | A direction of the traffic flow. |