mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 19:31:35 +00:00
Enable prometheus metrics in dev
This commit is contained in:
parent
37448722de
commit
33615672ae
1 changed files with 3 additions and 0 deletions
3
dev.toml
3
dev.toml
|
@ -15,6 +15,9 @@ url = 'http://127.0.0.1:4317'
|
||||||
service_name = 'pict-rs'
|
service_name = 'pict-rs'
|
||||||
targets = 'info,pict_rs=debug'
|
targets = 'info,pict_rs=debug'
|
||||||
|
|
||||||
|
[metrics]
|
||||||
|
prometheus_address = "127.0.0.1:8070"
|
||||||
|
|
||||||
[old_repo]
|
[old_repo]
|
||||||
path = 'data/sled-repo-local'
|
path = 'data/sled-repo-local'
|
||||||
cache_capacity = 67108864
|
cache_capacity = 67108864
|
||||||
|
|
Loading…
Reference in a new issue