mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-06 13:35:55 +02:00
24 lines
517 B
JSON
24 lines
517 B
JSON
{
|
|
"process_messages" : {
|
|
"add_tag_if": [
|
|
{
|
|
"key" : "cluster",
|
|
"value" : "testcluster",
|
|
"if" : "true"
|
|
},
|
|
{
|
|
"key" : "test",
|
|
"value" : "testing",
|
|
"if" : "name == 'temp_package_id_0'"
|
|
}
|
|
],
|
|
"delete_tag_if": [
|
|
{
|
|
"key" : "unit",
|
|
"if" : "true"
|
|
}
|
|
]
|
|
},
|
|
"interval_timestamp" : true
|
|
}
|