Skip to content

Commit

Permalink
readme: fix the typo of the prometheus chart versions served metrics …
Browse files Browse the repository at this point in the history
…name

Signed-off-by: scnace <scbizu@gmail.com>
  • Loading branch information
scbizu committed Sep 20, 2021
1 parent d1b0e91 commit 2029cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ have repo labels named `org1/repoa` and `org2/repob`.
| Metric | Type | Labels | Description |
| ---------------------------------------- | ----- | ---------- | ---------------------------------------- |
| chartmuseum_charts_served_total | Gauge | {repo="*"} | Total number of charts |
| chartmuseum_charts_versions_served_total | Gauge | {repo="*"} | Total number of chart versions available |
| chartmuseum_chart_versions_served_total | Gauge | {repo="*"} | Total number of chart versions available |

*: see above for repo label

Expand Down

0 comments on commit 2029cca

Please sign in to comment.