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
+3 -3
View File
@@ -333,8 +333,8 @@ Here goes a list of metrics with their types but without a prefix.
Tag meaning: Tag meaning:
| Name | Values | Description | | Name | Values | Description |
|-------------|------------------------|-----------------------------------------------| |-------------|----------------------------|-----------------------------------------------|
| ip_family | ipv4, ipv6 | A version of the IP protocol. | | ip_family | `ipv4`, `ipv6` | A version of the IP protocol. |
| dc | | A number of the Telegram DC for a connection. | | dc | | A number of the Telegram DC for a connection. |
| telegram_ip | | IP address of the Telegram server. | | telegram_ip | | IP address of the Telegram server. |
| direction | to_client, from_client | A direction of the traffic flow. | | direction | `to_client`, `from_client` | A direction of the traffic flow. |