feat: prometheus metrics

Prometheus metrics exposed at /metrics
This commit is contained in:
Kieran
2023-01-22 11:08:12 -06:00
committed by Greg Heartsfield
parent 6489e685ab
commit 4121c872bc
5 changed files with 112 additions and 9 deletions
+1
View File
@@ -43,6 +43,7 @@ rand = "0.8"
const_format = "0.2.28"
regex = "1"
async-trait = "0.1.60"
prometheus = "0.13.3"
[dev-dependencies]
anyhow = "1"