mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-11-04 02:35:07 +01:00 
			
		
		
		
	Format fixes
This commit is contained in:
		@@ -1,6 +1,7 @@
 | 
			
		||||
package collectors
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"encoding/json"
 | 
			
		||||
	"fmt"
 | 
			
		||||
	lp "github.com/influxdata/line-protocol"
 | 
			
		||||
	"io/ioutil"
 | 
			
		||||
@@ -9,15 +10,13 @@ import (
 | 
			
		||||
	"strconv"
 | 
			
		||||
	"strings"
 | 
			
		||||
	"time"
 | 
			
		||||
	"encoding/json"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const HWMON_PATH = `/sys/class/hwmon`
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
type TempCollectorConfig struct {
 | 
			
		||||
	ExcludeMetrics []string `json:"exclude_metrics"`
 | 
			
		||||
	TagOverride map[string]map[string]string `json:"tag_override"`
 | 
			
		||||
	ExcludeMetrics []string                     `json:"exclude_metrics"`
 | 
			
		||||
	TagOverride    map[string]map[string]string `json:"tag_override"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type TempCollector struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user