mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-15 19:49:36 +00:00
Update vendor dir and Godeps.json with new Godep
This commit is contained in:
34
vendor/github.com/google/cadvisor/collector/config/sample_config.json
generated
vendored
34
vendor/github.com/google/cadvisor/collector/config/sample_config.json
generated
vendored
@@ -1,34 +0,0 @@
|
||||
{
|
||||
"endpoint" : "http://localhost:8000/nginx_status",
|
||||
"metrics_config" : [
|
||||
{ "name" : "activeConnections",
|
||||
"metric_type" : "gauge",
|
||||
"units" : "number of active connections",
|
||||
"data_type" : "int",
|
||||
"polling_frequency" : 10,
|
||||
"regex" : "Active connections: ([0-9]+)"
|
||||
},
|
||||
{ "name" : "reading",
|
||||
"metric_type" : "gauge",
|
||||
"units" : "number of reading connections",
|
||||
"data_type" : "int",
|
||||
"polling_frequency" : 10,
|
||||
"regex" : "Reading: ([0-9]+) .*"
|
||||
},
|
||||
{ "name" : "writing",
|
||||
"metric_type" : "gauge",
|
||||
"data_type" : "int",
|
||||
"units" : "number of writing connections",
|
||||
"polling_frequency" : 10,
|
||||
"regex" : ".*Writing: ([0-9]+).*"
|
||||
},
|
||||
{ "name" : "waiting",
|
||||
"metric_type" : "gauge",
|
||||
"units" : "number of waiting connections",
|
||||
"data_type" : "int",
|
||||
"polling_frequency" : 10,
|
||||
"regex" : ".*Waiting: ([0-9]+)"
|
||||
}
|
||||
]
|
||||
|
||||
}
|
6
vendor/github.com/google/cadvisor/collector/config/sample_config_prometheus.json
generated
vendored
6
vendor/github.com/google/cadvisor/collector/config/sample_config_prometheus.json
generated
vendored
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"endpoint" : "http://localhost:8080/metrics",
|
||||
"polling_frequency" : 10,
|
||||
"metrics_config" : [
|
||||
]
|
||||
}
|
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"endpoint" : "http://localhost:8080/metrics",
|
||||
"polling_frequency" : 10,
|
||||
"metrics_config" : [
|
||||
"go_goroutines",
|
||||
"qps"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user