mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-18 18:55:55 +02:00
18 lines
300 B
JSON
18 lines
300 B
JSON
{
|
|
"add_tags" : [
|
|
{
|
|
"key" : "cluster",
|
|
"value" : "testcluster",
|
|
"if" : "*"
|
|
}
|
|
],
|
|
"delete_tags" : [
|
|
{
|
|
"key" : "unit",
|
|
"value" : "*",
|
|
"if" : "*"
|
|
}
|
|
],
|
|
"interval_timestamp" : true
|
|
}
|