Hello,
$os: tag_values(load.gauge, os)
os can be debian and others
$host : tag_values(load.gauge, host, os=$os)
Template variables could not be initialized: can't parse query param 'm=load.gauge{host=*,os=d,os=e,os=b,os=i,os=a,os=n}'
if $os is 'debian' , the string has not to be split in chars
'm=load.gauge{host=*,os=debian}'
Similar issue was fixed on Nov 3 - https://github.com/grafana/grafana/pull/6455
But this is a bug again, looks like there was some code change somewhere... will take a look asap!
Fixed the issue!
Most helpful comment
Fixed the issue!