Skip to content

Commit 7928044

Browse files
doc: move list of supported metrics to a file
Move list of supported metrics from wiki [1] to a file. It is inconvenient to work with wiki since one should manually update the list after merge. It is also easy to miss a presence of wiki page and this approach is not portable. By using simple markdown file to store supported metrics info, one may update list in the same commit as new metrics support itself. 1. https://github.com/tarantool/grafana-dashboard/wiki/Metrics-support
1 parent 6472d3d commit 7928044

File tree

2 files changed

+276
-1
lines changed

2 files changed

+276
-1
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If this pull request introduces support for new metrics, do not forget to
99
- [ ] add alert example, if relevant,
1010
- [ ] to `alerts.yml`,
1111
- [ ] to "Alerting" documentation page;
12-
- [ ] update [Metrics support wiki page](https://github.com/tarantool/grafana-dashboard/wiki/Metrics-support) after merging.
12+
- [ ] update `supported_metrics.md`.
1313

1414
In any case, do not forget to
1515
- [ ] link an issue,

0 commit comments

Comments
 (0)