cadvisor/collector/config/sample_config_prometheus_endpoint_config.json

10 lines
145 B
JSON

{
"endpoint" : {
"protocol": "http",
"port": 8081,
"path": "/METRICS"
},
"polling_frequency" : 10,
"metrics_config" : [
]
}