in receiver/mongodbreceiver/internal/metadata/generated_config.go [80:224]
func DefaultMetricsConfig() MetricsConfig {
return MetricsConfig{
MongodbActiveReads: MetricConfig{
Enabled: false,
},
MongodbActiveWrites: MetricConfig{
Enabled: false,
},
MongodbCacheOperations: MetricConfig{
Enabled: true,
},
MongodbCollectionCount: MetricConfig{
Enabled: true,
},
MongodbCommandsRate: MetricConfig{
Enabled: false,
},
MongodbConnectionCount: MetricConfig{
Enabled: true,
},
MongodbCursorCount: MetricConfig{
Enabled: true,
},
MongodbCursorTimeoutCount: MetricConfig{
Enabled: true,
},
MongodbDataSize: MetricConfig{
Enabled: true,
},
MongodbDatabaseCount: MetricConfig{
Enabled: true,
},
MongodbDeletesRate: MetricConfig{
Enabled: false,
},
MongodbDocumentOperationCount: MetricConfig{
Enabled: true,
},
MongodbExtentCount: MetricConfig{
Enabled: true,
},
MongodbFlushesRate: MetricConfig{
Enabled: false,
},
MongodbGetmoresRate: MetricConfig{
Enabled: false,
},
MongodbGlobalLockTime: MetricConfig{
Enabled: true,
},
MongodbHealth: MetricConfig{
Enabled: false,
},
MongodbIndexAccessCount: MetricConfig{
Enabled: true,
},
MongodbIndexCount: MetricConfig{
Enabled: true,
},
MongodbIndexSize: MetricConfig{
Enabled: true,
},
MongodbInsertsRate: MetricConfig{
Enabled: false,
},
MongodbLockAcquireCount: MetricConfig{
Enabled: false,
},
MongodbLockAcquireTime: MetricConfig{
Enabled: false,
},
MongodbLockAcquireWaitCount: MetricConfig{
Enabled: false,
},
MongodbLockDeadlockCount: MetricConfig{
Enabled: false,
},
MongodbMemoryUsage: MetricConfig{
Enabled: true,
},
MongodbNetworkIoReceive: MetricConfig{
Enabled: true,
},
MongodbNetworkIoTransmit: MetricConfig{
Enabled: true,
},
MongodbNetworkRequestCount: MetricConfig{
Enabled: true,
},
MongodbObjectCount: MetricConfig{
Enabled: true,
},
MongodbOperationCount: MetricConfig{
Enabled: true,
},
MongodbOperationLatencyTime: MetricConfig{
Enabled: false,
},
MongodbOperationReplCount: MetricConfig{
Enabled: false,
},
MongodbOperationTime: MetricConfig{
Enabled: true,
},
MongodbPageFaults: MetricConfig{
Enabled: false,
},
MongodbQueriesRate: MetricConfig{
Enabled: false,
},
MongodbReplCommandsPerSec: MetricConfig{
Enabled: false,
},
MongodbReplDeletesPerSec: MetricConfig{
Enabled: false,
},
MongodbReplGetmoresPerSec: MetricConfig{
Enabled: false,
},
MongodbReplInsertsPerSec: MetricConfig{
Enabled: false,
},
MongodbReplQueriesPerSec: MetricConfig{
Enabled: false,
},
MongodbReplUpdatesPerSec: MetricConfig{
Enabled: false,
},
MongodbSessionCount: MetricConfig{
Enabled: true,
},
MongodbStorageSize: MetricConfig{
Enabled: true,
},
MongodbUpdatesRate: MetricConfig{
Enabled: false,
},
MongodbUptime: MetricConfig{
Enabled: false,
},
MongodbWtcacheBytesRead: MetricConfig{
Enabled: false,
},
}
}