I have graphite events which have multiple tags, for example ["deploy", "backend"]
or ["deploy", "frontend"]
. I can set up a graphite event query to show annotations for the tag deploy
by adding it to the Graphite events tags
field under “Annotations”.
Is there a way to specify multiple tags, so for example I only get an annotation for deploy
backend
, but not for deploy
frontend
? I tried different combinations in the Graphite events tags
but nothing worked.