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 whole Prometheus ecosystem is moving away from go-kit Logging library towards Go's stdlib slog package. We should also make the move to be in line with what the ecosystem is using.
Summary
The whole Prometheus ecosystem is moving away from go-kit Logging library towards Go's stdlib slog package. We should also make the move to be in line with what the ecosystem is using.
See work on Prometheus itself: prometheus/prometheus#14906
Seems like the author of that PR published a helper we can use:
github.com/tjhop/slog-gokit
The text was updated successfully, but these errors were encountered: