From 097b52c8efcc2185ec4f5477aa326033df5c3340 Mon Sep 17 00:00:00 2001 From: Sergey Arkhipov <9seconds@users.noreply.github.com> Date: Mon, 12 Apr 2021 18:53:23 +0300 Subject: [PATCH] Make values in tag meaning more consistent --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 85aa4fb..bcc5834 100644 --- a/README.md +++ b/README.md @@ -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. |