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 507d0ec commit 63b372eCopy full SHA for 63b372e
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