mirror of
https://github.com/trafficlunar/api.git
synced 2026-08-12 12:29:39 +00:00
feat: prometheus metrics
This commit is contained in:
parent
a2a99a8dcc
commit
28dd79f7c2
4 changed files with 94 additions and 1 deletions
15
go.mod
15
go.mod
|
|
@ -11,4 +11,17 @@ require (
|
|||
github.com/lmittmann/tint v1.0.7
|
||||
)
|
||||
|
||||
require github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
require (
|
||||
github.com/beorn7/perks v1.0.1 // indirect
|
||||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
||||
github.com/prometheus/client_model v0.6.1 // indirect
|
||||
github.com/prometheus/common v0.62.0 // indirect
|
||||
github.com/prometheus/procfs v0.15.1 // indirect
|
||||
golang.org/x/sys v0.30.0 // indirect
|
||||
google.golang.org/protobuf v1.36.5 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
github.com/prometheus/client_golang v1.22.0
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue