mirror of
				https://github.com/prometheus/node_exporter.git
				synced 2025-08-20 18:33:52 -07:00 
			
		
		
		
	Merge pull request #152 from mischief/common-log
switch to github.com/prometheus/common/log for logging
This commit is contained in:
		
						commit
						6ebbda7f9e
					
				|  | @ -26,7 +26,7 @@ import ( | |||
| 	"strings" | ||||
| 
 | ||||
| 	"github.com/prometheus/client_golang/prometheus" | ||||
| 	"github.com/prometheus/log" | ||||
| 	"github.com/prometheus/common/log" | ||||
| ) | ||||
| 
 | ||||
| const ( | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ import ( | |||
| 	"errors" | ||||
| 	"unsafe" | ||||
| 
 | ||||
| 	"github.com/prometheus/log" | ||||
| 	"github.com/prometheus/common/log" | ||||
| ) | ||||
| 
 | ||||
| /* | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ import ( | |||
| 	"strings" | ||||
| 	"syscall" | ||||
| 
 | ||||
| 	"github.com/prometheus/log" | ||||
| 	"github.com/prometheus/common/log" | ||||
| ) | ||||
| 
 | ||||
| const ( | ||||
|  |  | |||
|  | @ -25,8 +25,7 @@ import ( | |||
| 	"time" | ||||
| 
 | ||||
| 	"github.com/prometheus/client_golang/prometheus" | ||||
| 	"github.com/prometheus/log" | ||||
| 
 | ||||
| 	"github.com/prometheus/common/log" | ||||
| 	"github.com/prometheus/node_exporter/collector/ganglia" | ||||
| ) | ||||
| 
 | ||||
|  |  | |||
|  | @ -24,7 +24,7 @@ import ( | |||
| 	"time" | ||||
| 
 | ||||
| 	"github.com/prometheus/client_golang/prometheus" | ||||
| 	"github.com/prometheus/log" | ||||
| 	"github.com/prometheus/common/log" | ||||
| ) | ||||
| 
 | ||||
| const lastLoginSubsystem = "last_login" | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ import ( | |||
| 	"fmt" | ||||
| 
 | ||||
| 	"github.com/prometheus/client_golang/prometheus" | ||||
| 	"github.com/prometheus/log" | ||||
| 	"github.com/prometheus/common/log" | ||||
| ) | ||||
| 
 | ||||
| // #include <stdlib.h>
 | ||||
|  |  | |||
|  | @ -22,7 +22,7 @@ import ( | |||
| 	"strings" | ||||
| 
 | ||||
| 	"github.com/prometheus/client_golang/prometheus" | ||||
| 	"github.com/prometheus/log" | ||||
| 	"github.com/prometheus/common/log" | ||||
| ) | ||||
| 
 | ||||
| type loadavgCollector struct { | ||||
|  |  | |||
|  | @ -24,7 +24,7 @@ import ( | |||
| 	"strings" | ||||
| 
 | ||||
| 	"github.com/prometheus/client_golang/prometheus" | ||||
| 	"github.com/prometheus/log" | ||||
| 	"github.com/prometheus/common/log" | ||||
| ) | ||||
| 
 | ||||
| var ( | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ import ( | |||
| 	"errors" | ||||
| 
 | ||||
| 	"github.com/prometheus/client_golang/prometheus" | ||||
| 	"github.com/prometheus/log" | ||||
| 	"github.com/prometheus/common/log" | ||||
| ) | ||||
| 
 | ||||
| /* | ||||
|  |  | |||
|  | @ -25,7 +25,7 @@ import ( | |||
| 	"strings" | ||||
| 
 | ||||
| 	"github.com/prometheus/client_golang/prometheus" | ||||
| 	"github.com/prometheus/log" | ||||
| 	"github.com/prometheus/common/log" | ||||
| ) | ||||
| 
 | ||||
| const ( | ||||
|  |  | |||
|  | @ -26,7 +26,7 @@ import ( | |||
| 	"strings" | ||||
| 
 | ||||
| 	"github.com/prometheus/client_golang/prometheus" | ||||
| 	"github.com/prometheus/log" | ||||
| 	"github.com/prometheus/common/log" | ||||
| ) | ||||
| 
 | ||||
| var ( | ||||
|  |  | |||
|  | @ -22,7 +22,7 @@ import ( | |||
| 
 | ||||
| 	"github.com/beevik/ntp" | ||||
| 	"github.com/prometheus/client_golang/prometheus" | ||||
| 	"github.com/prometheus/log" | ||||
| 	"github.com/prometheus/common/log" | ||||
| ) | ||||
| 
 | ||||
| var ( | ||||
|  |  | |||
|  | @ -17,7 +17,7 @@ package collector | |||
| 
 | ||||
| import ( | ||||
| 	"github.com/prometheus/client_golang/prometheus" | ||||
| 	"github.com/prometheus/log" | ||||
| 	"github.com/prometheus/common/log" | ||||
| 	"github.com/soundcloud/go-runit/runit" | ||||
| ) | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ import ( | |||
| 
 | ||||
| 	"github.com/kolo/xmlrpc" | ||||
| 	"github.com/prometheus/client_golang/prometheus" | ||||
| 	"github.com/prometheus/log" | ||||
| 	"github.com/prometheus/common/log" | ||||
| ) | ||||
| 
 | ||||
| var ( | ||||
|  |  | |||
|  | @ -27,10 +27,9 @@ import ( | |||
| 
 | ||||
| 	"github.com/golang/protobuf/proto" | ||||
| 	"github.com/prometheus/client_golang/prometheus" | ||||
| 	"github.com/prometheus/common/expfmt" | ||||
| 	"github.com/prometheus/log" | ||||
| 
 | ||||
| 	dto "github.com/prometheus/client_model/go" | ||||
| 	"github.com/prometheus/common/expfmt" | ||||
| 	"github.com/prometheus/common/log" | ||||
| ) | ||||
| 
 | ||||
| var ( | ||||
|  |  | |||
|  | @ -19,7 +19,7 @@ import ( | |||
| 	"time" | ||||
| 
 | ||||
| 	"github.com/prometheus/client_golang/prometheus" | ||||
| 	"github.com/prometheus/log" | ||||
| 	"github.com/prometheus/common/log" | ||||
| ) | ||||
| 
 | ||||
| type timeCollector struct { | ||||
|  |  | |||
|  | @ -27,7 +27,7 @@ import ( | |||
| 	"time" | ||||
| 
 | ||||
| 	"github.com/prometheus/client_golang/prometheus" | ||||
| 	"github.com/prometheus/log" | ||||
| 	"github.com/prometheus/common/log" | ||||
| 
 | ||||
| 	"github.com/prometheus/node_exporter/collector" | ||||
| ) | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue