Skip to content

Commit

Permalink
docs: move config templates to docs/source/references
Browse files Browse the repository at this point in the history
Signed-off-by: Nurzhan Sakén <[email protected]>
  • Loading branch information
nxsaken committed Jul 26, 2024
1 parent 3d86cad commit ec6a968
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ config-changes:
- base-branch: 'main'
- changed-files:
# TODO have templates actually reflect configurations #4288
- any-glob-to-any-file: 'defaults/*.template.toml'
- any-glob-to-any-file:
- 'defaults/*'
- 'docs/source/references/*.template.*'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ The details of the `Health` endpoint can be found in the [API Reference > Torii

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

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.
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).

### Storage

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ec6a968

Please sign in to comment.