mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-03-15 13:07:28 +01:00
Fix router config syntax
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"process_messages" : {
|
"process_messages" : {
|
||||||
"add_tag_if": [
|
"add_tags_if": [
|
||||||
{
|
{
|
||||||
"key" : "cluster",
|
"key" : "cluster",
|
||||||
"value" : "testcluster",
|
"value" : "testcluster",
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
"if" : "name == 'temp_package_id_0'"
|
"if" : "name == 'temp_package_id_0'"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"delete_tag_if": [
|
"delete_meta_if": [
|
||||||
{
|
{
|
||||||
"key" : "unit",
|
"key" : "unit",
|
||||||
"if" : "true"
|
"if" : "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user