Template Multi-Value handling: Graphite vs CloudWatch

With CloudWatch as the datasource, selecting multiple values for a variable results in a new metric for each variable.

With Graphite as the datasource, selecting multiple values results in one metric using variable = {value1,value2,etc}.

I much prefer the CloudWatch datasource behavior. Is there anyway I can get Graphite to act like that?

I’m using 4.2.0.

Thanks!

So, like, in this example:

I’d rather there be two metrics. One for $instance = ip-10-0-16-210 and one for $instance = ip-10-0-16-213. Rather than one metric with {ip-10-0-16-210,ip-10-0-16-213}.

Any idea how to accomplish that?