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
Slog was added to the Go standard libraries as an alternative for structured logging. A lot of tools are trying to migrate to slog, aiming to remove their dependency tree in third-party libraries like go-kit
Slog was added to the Go standard libraries as an alternative for structured logging. A lot of tools are trying to migrate to slog, aiming to remove their dependency tree in third-party libraries like
go-kit
github.com/go-kit/klog
by the newslog
package prometheus-operator/prometheus-operator#6183The reloader package still requires go-kit in its constructor:
thanos/pkg/reloader/reloader.go
Line 75 in 8d3d34b
thanos/pkg/reloader/reloader.go
Line 186 in 8d3d34b
Would it make sense to provide another one with slog?
The text was updated successfully, but these errors were encountered: