Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Item label contain {item="sumSeries()", item_key=""} when doing expressions #1912

Open
Thorsieger opened this issue Nov 12, 2024 · 0 comments

Comments

@Thorsieger
Copy link

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 :

Image

then add an expression :
Image

the green curve loose is name (juste become "sumSeries") the new one is now B {item="sumSeries()", item_key=""} should only be B

Software versions

Grafana Zabbix Grafana-Zabbix Plugin
10.4.12 6.0.25 4.5.7

same on https://play.grafana-zabbix.org (don't know the exact versions except Grafana v10.1.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant