mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 09:39:56 +00:00
30 lines
867 B
JSON
30 lines
867 B
JSON
{
|
|
"version": 1,
|
|
"schedule": {
|
|
"type": "simple",
|
|
"interval": "10s"
|
|
},
|
|
"max-failures": 10,
|
|
"workflow": {
|
|
"collect": {
|
|
"metrics": {
|
|
"/intel/docker/*/stats/cgroups/cpu_stats/cpu_usage/total_usage": {},
|
|
"/intel/docker/*/stats/cgroups/memory_stats/usage/usage": {}
|
|
},
|
|
"process": null,
|
|
"publish": [
|
|
{
|
|
"plugin_name": "influx",
|
|
"config": {
|
|
"host": "127.0.0.1",
|
|
"port": 8086,
|
|
"database": "snap",
|
|
"user": "admin",
|
|
"password": "admin"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|