mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-16 09:55:56 +02:00
23 lines
431 B
JSON
23 lines
431 B
JSON
{
|
|
"add_tags" : [
|
|
{
|
|
"key" : "cluster",
|
|
"value" : "testcluster",
|
|
"if" : "*"
|
|
},
|
|
{
|
|
"key" : "test",
|
|
"value" : "testing",
|
|
"if" : "name == 'temp_package_id_0'"
|
|
}
|
|
],
|
|
"delete_tags" : [
|
|
{
|
|
"key" : "unit",
|
|
"value" : "*",
|
|
"if" : "*"
|
|
}
|
|
],
|
|
"interval_timestamp" : true
|
|
}
|