Question about extra_label_selector #17626
-
Hi, not sure if this was already answered. I am new to Vector configuration and I wonder what is the correct way to specify multiple labels in extra_label_selector. For example:
Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I believe you should be able to use set based selection, so something like Can you give that a try? |
Beta Was this translation helpful? Give feedback.
-
Thanks, it is working now 👍 |
Beta Was this translation helpful? Give feedback.
I believe you should be able to use set based selection, so something like
app in(production, staging, ...)
.Can you give that a try?