You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it stands on the http.go file in the prometheus/client_golang repository, that file has been deprecated and moved to prom/http directory, with some changes. Quoted from http.go comment section:
It is a partial mirror of promhttp/http.go (to avoid circular import chains) where
everything HTTP related should live. The functions here are just for avoiding breakage.
Everything is deprecated.
For this reason, would it be possible to update the prometheus metrics in go-kit to use the new one?
The text was updated successfully, but these errors were encountered:
As it stands on the
http.go
file in theprometheus/client_golang
repository, that file has been deprecated and moved toprom/http
directory, with some changes. Quoted fromhttp.go
comment section:For this reason, would it be possible to update the prometheus metrics in go-kit to use the new one?
The text was updated successfully, but these errors were encountered: