Skip to content

Commit 4391d5b

Browse files
committed
docs: move config templates to docs/source/references
Signed-off-by: Nurzhan Sakén <[email protected]>
1 parent 3dd351a commit 4391d5b

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

.github/labeler.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ config-changes:
1212
- base-branch: 'main'
1313
- changed-files:
1414
# TODO have templates actually reflect configurations #4288
15-
- any-glob-to-any-file: 'defaults/*.template.toml'
15+
- any-glob-to-any-file:
16+
- 'defaults/*'
17+
- 'docs/source/references/*.template.*'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The details of the `Health` endpoint can be found in the [API Reference > Torii
199199

200200
Iroha can produce both JSON-formatted as well as `prometheus`-readable metrics at the `status` and `metrics` endpoints respectively.
201201

202-
The [`prometheus`](https://prometheus.io/docs/introduction/overview/) monitoring system is the de-factor standard for monitoring long-running services such as an Iroha peer. In order to get started, [install `prometheus`](https://prometheus.io/docs/introduction/first_steps/) and use `configs/prometheus.template.yml` for configuration.
202+
The [`prometheus`](https://prometheus.io/docs/introduction/overview/) monitoring system is the de-factor standard for monitoring long-running services such as an Iroha peer. In order to get started, [install `prometheus`](https://prometheus.io/docs/introduction/first_steps/) and use [the configuration template](docs/source/references/prometheus.template.yml).
203203

204204
### Storage
205205

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)