Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
docs: fix metric query example tables
Browse files Browse the repository at this point in the history
Sphinx, in contrast to GitHub, doesn't handle tables where some rows
have | at the start and end and some don't.

Fixes: #803
(cherry picked from commit 8169447)
  • Loading branch information
pohly committed Nov 11, 2020
1 parent 3c300b5 commit 69e4a3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -1068,8 +1068,8 @@ Available PMEM as percentage:
pmem_amount_available / pmem_amount_managed
```

Result variable | Value | Tags
----------------|-------|-----
| Result variable | Value | Tags|
| ----------------|-------|-----|
| none | 0.7332986065893997 | instance = 10.42.0.1:10010 |
| | | job = pmem-csi-containers |
| | | kubernetes_namespace = default |
Expand Down Expand Up @@ -1098,8 +1098,8 @@ Number of `CreateVolume` calls in nodes:
pmem_csi_node_operations_seconds_count{method_name="/csi.v1.Controller/CreateVolume"}
```

Result variable | Value | Tags
----------------|-------|------
|Result variable | Value | Tags|
|----------------|-------|------|
| `pmem_csi_node_operations_seconds_count` | 2 | driver_name = pmem-csi.intel.com |
| | | grpc_status_code = OK |
| | | instance = 10.42.0.1:10010 |
Expand Down

0 comments on commit 69e4a3f

Please sign in to comment.