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 ba62ad1 commit 377ee71Copy full SHA for 377ee71
collector/pg_statio_user_indexes.go
@@ -29,8 +29,8 @@ type PGStatioUserIndexesCollector struct {
29
30
const statioUserIndexesSubsystem = "statio_user_indexes"
31
32
-func NewPGStatioUserIndexesCollector(collectorConfig) (Collector, error) {
33
- return &PGStatioUserIndexesCollector{}, nil
+func NewPGStatioUserIndexesCollector(config collectorConfig) (Collector, error) {
+ return &PGStatioUserIndexesCollector{log: config.logger}, nil
34
}
35
36
var (
0 commit comments