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
The Prometheus v3.0.0 uses a slog instead of the go-kit/log. In other words, the passed log parameter is changed to slog.
To upgrade Prometheus v3.0.0, we should pass slog instead of go-kit/log.
So, it might be good to implement a slogAdapter which converts go-kit/log to slog.