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
Bump github.com/prometheus/exporter-toolkit to v0.14.0.
Bump github.com/prometheus/common to v0.63.0.
Bump github.com/prometheus/client_golang to v1.20.4.
Drops deps for go-kit/log and go-logfmt/logfmt. Update other deps.
The logging system has been replaced with log/slog from the stdlib. This change is being made across the prometheus ecosystem. The logging output has changed, but the messages and levels remain the same. The ts label for the timestamp has between replaced with time. The caller field has been replaced by the source field. The level field now exposes the log level in capital letters.
See prometheus/exporter-toolkit#240 and prometheus/common#677.
0 commit comments