we really like the label approach but it sadly doesn't fit our pattern, we're using [key1=value1, key2=value2, key3].
Do you have any thoughts on making the pattern customisable? We're happy to provide code for this but wanted to ask for existing thoughts first. Any pointers?
I'd assume adapting dynamic_labels.go and adding a configuration option should to the trick.
Hi @czerwonk,
we really like the label approach but it sadly doesn't fit our pattern, we're using
[key1=value1, key2=value2, key3]
. Do you have any thoughts on making the pattern customisable? We're happy to provide code for this but wanted to ask for existing thoughts first. Any pointers? I'd assume adaptingdynamic_labels.go
and adding a configuration option should to the trick.