We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c62e12 commit 72a751bCopy full SHA for 72a751b
exporter/http_error_logger.go
@@ -2,9 +2,10 @@ package exporter
2
3
import (
4
"fmt"
5
+ "log/slog"
6
+
7
"github.com/pkg/errors"
8
"github.com/prometheus/client_golang/prometheus"
- "log/slog"
9
)
10
11
// httpErrorLogger is a wrapper around slog.Logger that can log promhttp errors (by implementing a Println method).
0 commit comments