From 9c30de3f7ccef743da505fd9cab851659638e1d0 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Thu, 31 Aug 2023 16:04:42 -0700 Subject: [PATCH] update markdown table format --- README.md | 4 ++-- metrics.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a99700..18a7d9a 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ ## Binary Releases -| OS | ARCH | Binary | -|:-------:|:-------:|:--------------------------------------------------------------------------------------------:| +| OS | ARCH | Binary | +|:-------:|:-------:|:------------------------------------------------------------------------------------------------------:| | Linux | amd64 | [linux-amd64](https://github.com/minio/sidekick/releases/latest/download/sidekick-linux-amd64) | | Linux | arm64 | [linux-arm64](https://github.com/minio/sidekick/releases/latest/download/sidekick-linux-arm64) | | Linux | ppc64le | [linux-ppc64le](https://github.com/minio/sidekick/releases/latest/download/sidekick-linux-ppc64le) | diff --git a/metrics.md b/metrics.md index 7e35e9a..4416dda 100644 --- a/metrics.md +++ b/metrics.md @@ -76,8 +76,8 @@ Here `prometheus.yml` is the name of configuration file. You can now see Sidekic Sidekick loadbalancer exposes the following metrics on `/.prometheus/metrics` endpoint. All of these can be accessed via Prometheus dashboard. -| Metrics Name | Description | -|:-------------------------:|:----------------------------------------------------------------:| +| Metrics Name | Description | +|:-------------------------:|:-------------------------------------------------------------------:| | `sidekick_requests_total` | Total number of requests in current SideKick instance. | | `sidekick_errors_total` | Total number of errors in requests in current SideKick instance. | | `sidekick_rx_bytes_total` | Total number of bytes received by current SideKick server instance. |