You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
standart timeseries query, 3 fields, timestmap, category_name, metric
time series panel
data link var-template_variable_name=${__field.name}
works correctly if we have multiple time series
but works wrong when got only one time series name
used var-template_variable_name=Value, looks like grafana bug, but need to check
If use ${__field.name} in data link, then will work for multiple time series and doesn't work for one time series
If use ${__series.name}, then work for one time series, but doesn't work for multiple
works correctly if we have multiple time series
but works wrong when got only one time series name
used
var-template_variable_name=Value
, looks like grafana bug, but need to checkIf use
${__field.name}
in data link, then will work for multiple time series and doesn't work for one time seriesIf use
${__series.name}
, then work for one time series, but doesn't work for multipleexample of data links
The text was updated successfully, but these errors were encountered: