add option --collector.dbstatsfreestorage to receive freeStorage stats from dbstats #1501
Annotations
42 errors
Build (mongo:5.0):
main.go#L47
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from getDiagnosticData" name:"collector.diagnosticdata" (tagalign)
Raw Output:
main.go:47:32: tag is not aligned, should be: help:"Enable collecting metrics from getDiagnosticData" name:"collector.diagnosticdata" (tagalign)
EnableDiagnosticData bool `name:"collector.diagnosticdata" help:"Enable collecting metrics from getDiagnosticData"`
^
|
Build (mongo:5.0):
main.go#L48
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from replSetGetStatus" name:"collector.replicasetstatus" (tagalign)
Raw Output:
main.go:48:32: tag is not aligned, should be: help:"Enable collecting metrics from replSetGetStatus" name:"collector.replicasetstatus" (tagalign)
EnableReplicasetStatus bool `name:"collector.replicasetstatus" help:"Enable collecting metrics from replSetGetStatus"`
^
|
Build (mongo:5.0):
main.go#L49
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from dbStats" name:"collector.dbstats" (tagalign)
Raw Output:
main.go:49:32: tag is not aligned, should be: help:"Enable collecting metrics from dbStats" name:"collector.dbstats" (tagalign)
EnableDBStats bool `name:"collector.dbstats" help:"Enable collecting metrics from dbStats"`
^
|
Build (mongo:5.0):
main.go#L50
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting free space metrics from dbStats" name:"collector.dbstatsfreestorage" (tagalign)
Raw Output:
main.go:50:32: tag is not aligned, should be: help:"Enable collecting free space metrics from dbStats" name:"collector.dbstatsfreestorage" (tagalign)
EnableDBStatsFreeStorage bool `name:"collector.dbstatsfreestorage" help:"Enable collecting free space metrics from dbStats"`
^
|
Build (mongo:4.2):
main.go#L47
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from getDiagnosticData" name:"collector.diagnosticdata" (tagalign)
Raw Output:
main.go:47:32: tag is not aligned, should be: help:"Enable collecting metrics from getDiagnosticData" name:"collector.diagnosticdata" (tagalign)
EnableDiagnosticData bool `name:"collector.diagnosticdata" help:"Enable collecting metrics from getDiagnosticData"`
^
|
Build (mongo:5.0):
main.go#L51
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from top admin command" name:"collector.topmetrics" (tagalign)
Raw Output:
main.go:51:32: tag is not aligned, should be: help:"Enable collecting metrics from top admin command" name:"collector.topmetrics" (tagalign)
EnableTopMetrics bool `name:"collector.topmetrics" help:"Enable collecting metrics from top admin command"`
^
|
Build (mongo:4.2):
main.go#L48
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from replSetGetStatus" name:"collector.replicasetstatus" (tagalign)
Raw Output:
main.go:48:32: tag is not aligned, should be: help:"Enable collecting metrics from replSetGetStatus" name:"collector.replicasetstatus" (tagalign)
EnableReplicasetStatus bool `name:"collector.replicasetstatus" help:"Enable collecting metrics from replSetGetStatus"`
^
|
Build (mongo:5.0):
main.go#L52
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from $indexStats" name:"collector.indexstats" (tagalign)
Raw Output:
main.go:52:32: tag is not aligned, should be: help:"Enable collecting metrics from $indexStats" name:"collector.indexstats" (tagalign)
EnableIndexStats bool `name:"collector.indexstats" help:"Enable collecting metrics from $indexStats"`
^
|
Build (mongo:4.2):
main.go#L49
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from dbStats" name:"collector.dbstats" (tagalign)
Raw Output:
main.go:49:32: tag is not aligned, should be: help:"Enable collecting metrics from dbStats" name:"collector.dbstats" (tagalign)
EnableDBStats bool `name:"collector.dbstats" help:"Enable collecting metrics from dbStats"`
^
|
Build (mongo:5.0):
main.go#L53
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from $collStats" name:"collector.collstats" (tagalign)
Raw Output:
main.go:53:32: tag is not aligned, should be: help:"Enable collecting metrics from $collStats" name:"collector.collstats" (tagalign)
EnableCollStats bool `name:"collector.collstats" help:"Enable collecting metrics from $collStats"`
^
|
Build (mongo:4.2):
main.go#L50
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting free space metrics from dbStats" name:"collector.dbstatsfreestorage" (tagalign)
Raw Output:
main.go:50:32: tag is not aligned, should be: help:"Enable collecting free space metrics from dbStats" name:"collector.dbstatsfreestorage" (tagalign)
EnableDBStatsFreeStorage bool `name:"collector.dbstatsfreestorage" help:"Enable collecting free space metrics from dbStats"`
^
|
Build (mongo:4.2):
main.go#L51
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from top admin command" name:"collector.topmetrics" (tagalign)
Raw Output:
main.go:51:32: tag is not aligned, should be: help:"Enable collecting metrics from top admin command" name:"collector.topmetrics" (tagalign)
EnableTopMetrics bool `name:"collector.topmetrics" help:"Enable collecting metrics from top admin command"`
^
|
Build (mongo:4.2):
main.go#L52
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from $indexStats" name:"collector.indexstats" (tagalign)
Raw Output:
main.go:52:32: tag is not aligned, should be: help:"Enable collecting metrics from $indexStats" name:"collector.indexstats" (tagalign)
EnableIndexStats bool `name:"collector.indexstats" help:"Enable collecting metrics from $indexStats"`
^
|
Build (mongo:4.2):
main.go#L53
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from $collStats" name:"collector.collstats" (tagalign)
Raw Output:
main.go:53:32: tag is not aligned, should be: help:"Enable collecting metrics from $collStats" name:"collector.collstats" (tagalign)
EnableCollStats bool `name:"collector.collstats" help:"Enable collecting metrics from $collStats"`
^
|
Build (percona/percona-server-mongodb:4.4):
main.go#L47
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from getDiagnosticData" name:"collector.diagnosticdata" (tagalign)
Raw Output:
main.go:47:32: tag is not aligned, should be: help:"Enable collecting metrics from getDiagnosticData" name:"collector.diagnosticdata" (tagalign)
EnableDiagnosticData bool `name:"collector.diagnosticdata" help:"Enable collecting metrics from getDiagnosticData"`
^
|
Build (percona/percona-server-mongodb:4.4):
main.go#L48
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from replSetGetStatus" name:"collector.replicasetstatus" (tagalign)
Raw Output:
main.go:48:32: tag is not aligned, should be: help:"Enable collecting metrics from replSetGetStatus" name:"collector.replicasetstatus" (tagalign)
EnableReplicasetStatus bool `name:"collector.replicasetstatus" help:"Enable collecting metrics from replSetGetStatus"`
^
|
Build (percona/percona-server-mongodb:4.4):
main.go#L49
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from dbStats" name:"collector.dbstats" (tagalign)
Raw Output:
main.go:49:32: tag is not aligned, should be: help:"Enable collecting metrics from dbStats" name:"collector.dbstats" (tagalign)
EnableDBStats bool `name:"collector.dbstats" help:"Enable collecting metrics from dbStats"`
^
|
Build (percona/percona-server-mongodb:4.4):
main.go#L50
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting free space metrics from dbStats" name:"collector.dbstatsfreestorage" (tagalign)
Raw Output:
main.go:50:32: tag is not aligned, should be: help:"Enable collecting free space metrics from dbStats" name:"collector.dbstatsfreestorage" (tagalign)
EnableDBStatsFreeStorage bool `name:"collector.dbstatsfreestorage" help:"Enable collecting free space metrics from dbStats"`
^
|
Build (percona/percona-server-mongodb:4.4):
main.go#L51
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from top admin command" name:"collector.topmetrics" (tagalign)
Raw Output:
main.go:51:32: tag is not aligned, should be: help:"Enable collecting metrics from top admin command" name:"collector.topmetrics" (tagalign)
EnableTopMetrics bool `name:"collector.topmetrics" help:"Enable collecting metrics from top admin command"`
^
|
Build (percona/percona-server-mongodb:4.4):
main.go#L52
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from $indexStats" name:"collector.indexstats" (tagalign)
Raw Output:
main.go:52:32: tag is not aligned, should be: help:"Enable collecting metrics from $indexStats" name:"collector.indexstats" (tagalign)
EnableIndexStats bool `name:"collector.indexstats" help:"Enable collecting metrics from $indexStats"`
^
|
Build (percona/percona-server-mongodb:4.4):
main.go#L53
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from $collStats" name:"collector.collstats" (tagalign)
Raw Output:
main.go:53:32: tag is not aligned, should be: help:"Enable collecting metrics from $collStats" name:"collector.collstats" (tagalign)
EnableCollStats bool `name:"collector.collstats" help:"Enable collecting metrics from $collStats"`
^
|
Build (percona/percona-server-mongodb:5.0):
main.go#L47
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from getDiagnosticData" name:"collector.diagnosticdata" (tagalign)
Raw Output:
main.go:47:32: tag is not aligned, should be: help:"Enable collecting metrics from getDiagnosticData" name:"collector.diagnosticdata" (tagalign)
EnableDiagnosticData bool `name:"collector.diagnosticdata" help:"Enable collecting metrics from getDiagnosticData"`
^
|
Build (percona/percona-server-mongodb:5.0):
main.go#L48
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from replSetGetStatus" name:"collector.replicasetstatus" (tagalign)
Raw Output:
main.go:48:32: tag is not aligned, should be: help:"Enable collecting metrics from replSetGetStatus" name:"collector.replicasetstatus" (tagalign)
EnableReplicasetStatus bool `name:"collector.replicasetstatus" help:"Enable collecting metrics from replSetGetStatus"`
^
|
Build (percona/percona-server-mongodb:5.0):
main.go#L49
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from dbStats" name:"collector.dbstats" (tagalign)
Raw Output:
main.go:49:32: tag is not aligned, should be: help:"Enable collecting metrics from dbStats" name:"collector.dbstats" (tagalign)
EnableDBStats bool `name:"collector.dbstats" help:"Enable collecting metrics from dbStats"`
^
|
Build (percona/percona-server-mongodb:5.0):
main.go#L50
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting free space metrics from dbStats" name:"collector.dbstatsfreestorage" (tagalign)
Raw Output:
main.go:50:32: tag is not aligned, should be: help:"Enable collecting free space metrics from dbStats" name:"collector.dbstatsfreestorage" (tagalign)
EnableDBStatsFreeStorage bool `name:"collector.dbstatsfreestorage" help:"Enable collecting free space metrics from dbStats"`
^
|
Build (percona/percona-server-mongodb:5.0):
main.go#L51
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from top admin command" name:"collector.topmetrics" (tagalign)
Raw Output:
main.go:51:32: tag is not aligned, should be: help:"Enable collecting metrics from top admin command" name:"collector.topmetrics" (tagalign)
EnableTopMetrics bool `name:"collector.topmetrics" help:"Enable collecting metrics from top admin command"`
^
|
Build (percona/percona-server-mongodb:5.0):
main.go#L52
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from $indexStats" name:"collector.indexstats" (tagalign)
Raw Output:
main.go:52:32: tag is not aligned, should be: help:"Enable collecting metrics from $indexStats" name:"collector.indexstats" (tagalign)
EnableIndexStats bool `name:"collector.indexstats" help:"Enable collecting metrics from $indexStats"`
^
|
Build (percona/percona-server-mongodb:5.0):
main.go#L53
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from $collStats" name:"collector.collstats" (tagalign)
Raw Output:
main.go:53:32: tag is not aligned, should be: help:"Enable collecting metrics from $collStats" name:"collector.collstats" (tagalign)
EnableCollStats bool `name:"collector.collstats" help:"Enable collecting metrics from $collStats"`
^
|
Build (mongo:4.4):
main.go#L47
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from getDiagnosticData" name:"collector.diagnosticdata" (tagalign)
Raw Output:
main.go:47:32: tag is not aligned, should be: help:"Enable collecting metrics from getDiagnosticData" name:"collector.diagnosticdata" (tagalign)
EnableDiagnosticData bool `name:"collector.diagnosticdata" help:"Enable collecting metrics from getDiagnosticData"`
^
|
Build (mongo:4.4):
main.go#L48
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from replSetGetStatus" name:"collector.replicasetstatus" (tagalign)
Raw Output:
main.go:48:32: tag is not aligned, should be: help:"Enable collecting metrics from replSetGetStatus" name:"collector.replicasetstatus" (tagalign)
EnableReplicasetStatus bool `name:"collector.replicasetstatus" help:"Enable collecting metrics from replSetGetStatus"`
^
|
Build (mongo:4.4):
main.go#L49
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from dbStats" name:"collector.dbstats" (tagalign)
Raw Output:
main.go:49:32: tag is not aligned, should be: help:"Enable collecting metrics from dbStats" name:"collector.dbstats" (tagalign)
EnableDBStats bool `name:"collector.dbstats" help:"Enable collecting metrics from dbStats"`
^
|
Build (mongo:4.4):
main.go#L50
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting free space metrics from dbStats" name:"collector.dbstatsfreestorage" (tagalign)
Raw Output:
main.go:50:32: tag is not aligned, should be: help:"Enable collecting free space metrics from dbStats" name:"collector.dbstatsfreestorage" (tagalign)
EnableDBStatsFreeStorage bool `name:"collector.dbstatsfreestorage" help:"Enable collecting free space metrics from dbStats"`
^
|
Build (mongo:4.4):
main.go#L51
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from top admin command" name:"collector.topmetrics" (tagalign)
Raw Output:
main.go:51:32: tag is not aligned, should be: help:"Enable collecting metrics from top admin command" name:"collector.topmetrics" (tagalign)
EnableTopMetrics bool `name:"collector.topmetrics" help:"Enable collecting metrics from top admin command"`
^
|
Build (mongo:4.4):
main.go#L52
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from $indexStats" name:"collector.indexstats" (tagalign)
Raw Output:
main.go:52:32: tag is not aligned, should be: help:"Enable collecting metrics from $indexStats" name:"collector.indexstats" (tagalign)
EnableIndexStats bool `name:"collector.indexstats" help:"Enable collecting metrics from $indexStats"`
^
|
Build (mongo:4.4):
main.go#L53
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from $collStats" name:"collector.collstats" (tagalign)
Raw Output:
main.go:53:32: tag is not aligned, should be: help:"Enable collecting metrics from $collStats" name:"collector.collstats" (tagalign)
EnableCollStats bool `name:"collector.collstats" help:"Enable collecting metrics from $collStats"`
^
|
Build (percona/percona-server-mongodb:4.2):
main.go#L47
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from getDiagnosticData" name:"collector.diagnosticdata" (tagalign)
Raw Output:
main.go:47:32: tag is not aligned, should be: help:"Enable collecting metrics from getDiagnosticData" name:"collector.diagnosticdata" (tagalign)
EnableDiagnosticData bool `name:"collector.diagnosticdata" help:"Enable collecting metrics from getDiagnosticData"`
^
|
Build (percona/percona-server-mongodb:4.2):
main.go#L48
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from replSetGetStatus" name:"collector.replicasetstatus" (tagalign)
Raw Output:
main.go:48:32: tag is not aligned, should be: help:"Enable collecting metrics from replSetGetStatus" name:"collector.replicasetstatus" (tagalign)
EnableReplicasetStatus bool `name:"collector.replicasetstatus" help:"Enable collecting metrics from replSetGetStatus"`
^
|
Build (percona/percona-server-mongodb:4.2):
main.go#L49
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from dbStats" name:"collector.dbstats" (tagalign)
Raw Output:
main.go:49:32: tag is not aligned, should be: help:"Enable collecting metrics from dbStats" name:"collector.dbstats" (tagalign)
EnableDBStats bool `name:"collector.dbstats" help:"Enable collecting metrics from dbStats"`
^
|
Build (percona/percona-server-mongodb:4.2):
main.go#L50
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting free space metrics from dbStats" name:"collector.dbstatsfreestorage" (tagalign)
Raw Output:
main.go:50:32: tag is not aligned, should be: help:"Enable collecting free space metrics from dbStats" name:"collector.dbstatsfreestorage" (tagalign)
EnableDBStatsFreeStorage bool `name:"collector.dbstatsfreestorage" help:"Enable collecting free space metrics from dbStats"`
^
|
Build (percona/percona-server-mongodb:4.2):
main.go#L51
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from top admin command" name:"collector.topmetrics" (tagalign)
Raw Output:
main.go:51:32: tag is not aligned, should be: help:"Enable collecting metrics from top admin command" name:"collector.topmetrics" (tagalign)
EnableTopMetrics bool `name:"collector.topmetrics" help:"Enable collecting metrics from top admin command"`
^
|
Build (percona/percona-server-mongodb:4.2):
main.go#L52
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from $indexStats" name:"collector.indexstats" (tagalign)
Raw Output:
main.go:52:32: tag is not aligned, should be: help:"Enable collecting metrics from $indexStats" name:"collector.indexstats" (tagalign)
EnableIndexStats bool `name:"collector.indexstats" help:"Enable collecting metrics from $indexStats"`
^
|
Build (percona/percona-server-mongodb:4.2):
main.go#L53
[golangci-lint] reported by reviewdog 🐶
tag is not aligned, should be: help:"Enable collecting metrics from $collStats" name:"collector.collstats" (tagalign)
Raw Output:
main.go:53:32: tag is not aligned, should be: help:"Enable collecting metrics from $collStats" name:"collector.collstats" (tagalign)
EnableCollStats bool `name:"collector.collstats" help:"Enable collecting metrics from $collStats"`
^
|