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
Describe the bug
Alias of items are not correct when doing expressions. It contain after the name of the expression a json item based on the source query for example :
{item="sumSeries()", item_key=""}
Expected behavior
Alias should only be the expression name, or the value set by setAlias()
Describe the bug
Alias of items are not correct when doing expressions. It contain after the name of the expression a json item based on the source query for example :
{item="sumSeries()", item_key=""}
Expected behavior
Alias should only be the expression name, or the value set by setAlias()
Screenshots
Editing Aggregation dashboard on play.grafana-zabbix.org : https://play.grafana-zabbix.org/d/000000025/aggregations?orgId=2&editPanel=7
adding a sumseries + alias :
then add an expression :
the green curve loose is name (juste become "sumSeries") the new one is now
B {item="sumSeries()", item_key=""}
should only beB
Software versions
same on https://play.grafana-zabbix.org (don't know the exact versions except Grafana v10.1.0)
The text was updated successfully, but these errors were encountered: