snuids / grafana-radar-panel

A radar graph panel for Grafana
MIT License
24 stars 12 forks source link

Series Alias does not appear to be working #22

Open vyeshaun opened 4 years ago

vyeshaun commented 4 years ago

Hi, loving the graph

Not sure I am using it correctly but I am trying to plot the results of some jenkins build metrics and whilst I think it is working there appears to be an issue with the legend - it simply stays showing "undefined" no matter what I try.

Here are my 3 queries: image

And here is the result: image

I tried setting an alias for the series alias like 'A=Alert Business Service' but still nothing.

Apologies if I am just missing something and it isnt actually a bug

McAnix commented 4 years ago

I'm also struggling with this.

Grafana: 6.6.2 Radar: 1.4.4 InfluxDB: 1.7.10-1

If I set the "Format As" to Table with time data (as depicted in your examples) I get no data (even after selecting "ignore time data (influxdb)". Then I adjust "Format As" to "Time Series" I then get data, but the series description is ALWAYS "undefined". When I add additional queries then all queries are merged as a single series. Adjusting "Series Alias" has no effect.

image

image

beingyash commented 4 years ago

@snuids I'm also facing all of these exact issues with: Grafana:6.7 Radar panel: 1.4.4 Elasticsearch: 5.5

McAnix commented 3 years ago

This is fixed in Grafana 7.1 with the updated InfluxDB driver.

adrianchase commented 3 years ago

Hello there,

Since the last update to Grafana v7.1.1 I am also facing similar issues with Radar Graph to the ones mentioned above:

OK: OLD Graph with the set up: Grafana v6.2.5 InfluxDB v1.7.7 Radar Graph v1.4.4

NOK: NEW Graph with the set up: Grafana v7.1.1 InfluxDB v1.8 Radar Graph v1.4.4

// dashboard imported using the .json file.

According the Inspect>Query feature it seems like the query is repeated as many times as variables you have: NEW - Query

Any idea about how to solve it?

Thanks in advance!

Adrián

mukteshkrmishra commented 1 year ago

I have a similar use case as @McAnix : DId you get a solution to this?