Add support for hidden internal queues

This commit is contained in:
allegroai
2022-09-29 19:20:24 +03:00
parent b986980c75
commit 8d4c02fc3c
6 changed files with 79 additions and 9 deletions

View File

@@ -2,4 +2,7 @@
metrics_before_from_date: 3600
# interval in seconds to update queue metrics. Put 0 to disable
metrics_refresh_interval_sec: 300
# the queues with these tags will not be returned from get_all/get_all_ex unless id or name specified
# or search_hidden is set
hidden_tags: [k8s-glue]
}