Enable prometheus metrics in dev
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
asonix 2023-09-04 16:28:20 -05:00
parent 37448722de
commit 33615672ae

View file

@ -15,6 +15,9 @@ url = 'http://127.0.0.1:4317'
service_name = 'pict-rs'
targets = 'info,pict_rs=debug'
[metrics]
prometheus_address = "127.0.0.1:8070"
[old_repo]
path = 'data/sled-repo-local'
cache_capacity = 67108864