Skip to content

Commit

Permalink
update markdown table format
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Aug 31, 2023
1 parent 5a73a96 commit 9c30de3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
4 changes: 2 additions & 2 deletions metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 9c30de3

Please sign in to comment.