Update metric dependencies (#5023)
This commit is contained in:
parent
4befa8cc8a
commit
9278f0cad2
128 changed files with 3873 additions and 2729 deletions
13
vendor/github.com/ncabatoff/process-exporter/common.go
generated
vendored
13
vendor/github.com/ncabatoff/process-exporter/common.go
generated
vendored
|
|
@ -1,12 +1,17 @@
|
|||
package common
|
||||
|
||||
import "fmt"
|
||||
import (
|
||||
"fmt"
|
||||
"time"
|
||||
)
|
||||
|
||||
type (
|
||||
ProcAttributes struct {
|
||||
Name string
|
||||
Cmdline []string
|
||||
Username string
|
||||
Name string
|
||||
Cmdline []string
|
||||
Username string
|
||||
PID int
|
||||
StartTime time.Time
|
||||
}
|
||||
|
||||
MatchNamer interface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue