add ability to use prometheus compat histogram
Some checks failed
codeql / analyze (go) (push) Failing after 45s
build / test (push) Failing after 4m52s
build / lint (push) Successful in 9m31s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-11-09 19:49:45 +03:00
parent a239f86139
commit 4fef299e78
4 changed files with 33 additions and 7 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.22
toolchain go1.23.2
require (
github.com/VictoriaMetrics/metrics v1.35.1
go.unistack.org/metrics v0.0.1
go.unistack.org/micro/v3 v3.10.100
)