in receiver/apachesparkreceiver/internal/metadata/generated_config.go [96:288]
func DefaultMetricsConfig() MetricsConfig {
return MetricsConfig{
SparkDriverBlockManagerDiskUsage: MetricConfig{
Enabled: true,
},
SparkDriverBlockManagerMemoryUsage: MetricConfig{
Enabled: true,
},
SparkDriverCodeGeneratorCompilationAverageTime: MetricConfig{
Enabled: true,
},
SparkDriverCodeGeneratorCompilationCount: MetricConfig{
Enabled: true,
},
SparkDriverCodeGeneratorGeneratedClassAverageSize: MetricConfig{
Enabled: true,
},
SparkDriverCodeGeneratorGeneratedClassCount: MetricConfig{
Enabled: true,
},
SparkDriverCodeGeneratorGeneratedMethodAverageSize: MetricConfig{
Enabled: true,
},
SparkDriverCodeGeneratorGeneratedMethodCount: MetricConfig{
Enabled: true,
},
SparkDriverCodeGeneratorSourceCodeAverageSize: MetricConfig{
Enabled: true,
},
SparkDriverCodeGeneratorSourceCodeOperations: MetricConfig{
Enabled: true,
},
SparkDriverDagSchedulerJobActive: MetricConfig{
Enabled: true,
},
SparkDriverDagSchedulerJobCount: MetricConfig{
Enabled: true,
},
SparkDriverDagSchedulerStageCount: MetricConfig{
Enabled: true,
},
SparkDriverDagSchedulerStageFailed: MetricConfig{
Enabled: true,
},
SparkDriverExecutorGcOperations: MetricConfig{
Enabled: true,
},
SparkDriverExecutorGcTime: MetricConfig{
Enabled: true,
},
SparkDriverExecutorMemoryExecution: MetricConfig{
Enabled: true,
},
SparkDriverExecutorMemoryJvm: MetricConfig{
Enabled: true,
},
SparkDriverExecutorMemoryPool: MetricConfig{
Enabled: true,
},
SparkDriverExecutorMemoryStorage: MetricConfig{
Enabled: true,
},
SparkDriverHiveExternalCatalogFileCacheHits: MetricConfig{
Enabled: true,
},
SparkDriverHiveExternalCatalogFilesDiscovered: MetricConfig{
Enabled: true,
},
SparkDriverHiveExternalCatalogHiveClientCalls: MetricConfig{
Enabled: true,
},
SparkDriverHiveExternalCatalogParallelListingJobs: MetricConfig{
Enabled: true,
},
SparkDriverHiveExternalCatalogPartitionsFetched: MetricConfig{
Enabled: true,
},
SparkDriverJvmCPUTime: MetricConfig{
Enabled: true,
},
SparkDriverLiveListenerBusDropped: MetricConfig{
Enabled: true,
},
SparkDriverLiveListenerBusPosted: MetricConfig{
Enabled: true,
},
SparkDriverLiveListenerBusProcessingTimeAverage: MetricConfig{
Enabled: true,
},
SparkDriverLiveListenerBusQueueSize: MetricConfig{
Enabled: true,
},
SparkExecutorDiskUsage: MetricConfig{
Enabled: true,
},
SparkExecutorGcTime: MetricConfig{
Enabled: true,
},
SparkExecutorInputSize: MetricConfig{
Enabled: true,
},
SparkExecutorMemoryUsage: MetricConfig{
Enabled: true,
},
SparkExecutorShuffleIoSize: MetricConfig{
Enabled: true,
},
SparkExecutorStorageMemoryUsage: MetricConfig{
Enabled: true,
},
SparkExecutorTaskActive: MetricConfig{
Enabled: true,
},
SparkExecutorTaskLimit: MetricConfig{
Enabled: true,
},
SparkExecutorTaskResult: MetricConfig{
Enabled: true,
},
SparkExecutorTime: MetricConfig{
Enabled: true,
},
SparkJobStageActive: MetricConfig{
Enabled: true,
},
SparkJobStageResult: MetricConfig{
Enabled: true,
},
SparkJobTaskActive: MetricConfig{
Enabled: true,
},
SparkJobTaskResult: MetricConfig{
Enabled: true,
},
SparkStageDiskSpilled: MetricConfig{
Enabled: true,
},
SparkStageExecutorCPUTime: MetricConfig{
Enabled: true,
},
SparkStageExecutorRunTime: MetricConfig{
Enabled: true,
},
SparkStageIoRecords: MetricConfig{
Enabled: true,
},
SparkStageIoSize: MetricConfig{
Enabled: true,
},
SparkStageJvmGcTime: MetricConfig{
Enabled: true,
},
SparkStageMemoryPeak: MetricConfig{
Enabled: true,
},
SparkStageMemorySpilled: MetricConfig{
Enabled: true,
},
SparkStageShuffleBlocksFetched: MetricConfig{
Enabled: true,
},
SparkStageShuffleFetchWaitTime: MetricConfig{
Enabled: true,
},
SparkStageShuffleIoDisk: MetricConfig{
Enabled: true,
},
SparkStageShuffleIoReadSize: MetricConfig{
Enabled: true,
},
SparkStageShuffleIoRecords: MetricConfig{
Enabled: true,
},
SparkStageShuffleIoWriteSize: MetricConfig{
Enabled: true,
},
SparkStageShuffleWriteTime: MetricConfig{
Enabled: true,
},
SparkStageStatus: MetricConfig{
Enabled: true,
},
SparkStageTaskActive: MetricConfig{
Enabled: true,
},
SparkStageTaskResult: MetricConfig{
Enabled: true,
},
SparkStageTaskResultSize: MetricConfig{
Enabled: true,
},
}
}