forked from TrueCloudLab/frostfs-s3-gw
[TrueCloudLab#26] Update docs
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
9f823bd65a
commit
787d1a347a
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@ This document outlines major changes between releases.
|
||||||
- Using multiple servers require only one healthy (TrueCloudLab#12)
|
- Using multiple servers require only one healthy (TrueCloudLab#12)
|
||||||
- Update go version to go1.18 (TrueCloudLab#16)
|
- Update go version to go1.18 (TrueCloudLab#16)
|
||||||
- Return error on invalid LocationConstraint (TrueCloudLab#23)
|
- Return error on invalid LocationConstraint (TrueCloudLab#23)
|
||||||
|
- Place billing metrics to separate url path (TrueCloudLab#26)
|
||||||
|
|
||||||
## [0.26.0] - 2022-12-28
|
## [0.26.0] - 2022-12-28
|
||||||
|
|
||||||
|
|
|
@ -452,6 +452,7 @@ pprof:
|
||||||
# `prometheus` section
|
# `prometheus` section
|
||||||
|
|
||||||
Contains configuration for the `prometheus` metrics service.
|
Contains configuration for the `prometheus` metrics service.
|
||||||
|
General metrics are available on `/metrics` url path, billing metrics on `/metrics/billing`.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
prometheus:
|
prometheus:
|
||||||
|
|
Loading…
Reference in a new issue