I've got a signalfx query and I'd like to display the timeshift based on a dashboard variable. Is it possible?
A = data('some.count', rollup='sum', extrapolation='zero').sum().publish(label='Request Count')
I was hoping to find a if/else
or a parameter to be passed on to the publish
function.