Vonage / Grafana_Status_panel

A panel plugin for Grafana to monitor multiple parameters at once
Other
178 stars 108 forks source link

Not working with Grafana 6.3 #152

Open Hipska opened 4 years ago

Hipska commented 4 years ago

I use Grafana 6.3.3 with this plugin version 1.0.9 and Graphite (with tags)

It seems like the plugin is not working, or I am doing something wrong. I also could not find any more detailed explanation than what is in the readme file. (Maybe a screenshot or 2 with how the example panels were configured would help)

Anyway, the panel is always green and does not show any value or data. If I change to Graph panel, I see 1 metric with correct data. What could be the issue?

M4GNV5 commented 4 years ago

I have the same problem, i cannot get it to display more than one tile. There is an exclamation mark in the top left Cannot read property 'length' of null. In the Javascript console i get these messages:

Panel.events handler error TypeError: Cannot read property 'length' of null
    at e.isMsResolutionNeeded (selectors.ts:10)
    at new e (time_series2.ts:243)
    at StatusPluginCtrl.seriesHandler (status_ctrl.js:613)
    at Array.map (<anonymous>)
    at StatusPluginCtrl.onDataReceived (status_ctrl.js:603)
    at s.emit (vendor.75ccb77dbb4b5e3c9285.js:sourcemap:103)
    at e.emit (datemath.ts:90)
    at Object.next (QueriesTab.tsx:267)
    at e.subscribe (PanelQueryRunner.ts:223)
    at t.componentDidMount (VizPickerSearch.tsx:32)
HatBeardZero commented 4 years ago

it seems to not be working for me either with my prometheus data. it works fine for other vis choices.

mertbakir commented 4 years ago

Is there any update on this or is there a way to workaround with different panels? I simply need to display the last (current) values of many http_requests and display the url name on the colored square.

indolentdeveloper commented 4 years ago

seems like the author is not available. We might need a PR to work with latest grafana.

rdxmb commented 3 years ago

can this issue be closed? Actually, grafana v8 is the up-to-date version ....

Hipska commented 3 years ago

I think this plugin doesn't work since that version up until the current version. (I never saw it working correctly)

rdxmb commented 3 years ago

Actually I am running it with Grafana 7.2.2 and it has been working very well still.

Hipska commented 3 years ago

With graphite and tags? Which version?

Could you show a screenshot of how to configure such panel?

rdxmb commented 3 years ago

with influxdb and tags

Screenshot_20210624_185544 Screenshot_20210624_185623

rdxmb commented 3 years ago

Is there any update on this or is there a way to workaround with different panels? I simply need to display the last (current) values of many http_requests and display the url name on the colored square.

* 6.4.4. Grafana. Influxdb as datasource.

@mertbakir maybe Blendstat is a plugin that is helpful for you?

mertbakir commented 3 years ago

Is there any update on this or is there a way to workaround with different panels? I simply need to display the last (current) values of many http_requests and display the url name on the colored square.

* 6.4.4. Grafana. Influxdb as datasource.

@mertbakir maybe Blendstat is a plugin that is helpful for you?

This is a very old thread but I remember that I had used the stat panel (or single stat previously if I'm not mistaken) with repeat options.

blendstat was good but I don' think it's needed anymore you can manipulate the result using Transform options

rdxmb commented 3 years ago

I don' think it's needed anymore you can manipulate the result using Transform options

ok that sounds great! I've never checked this out. Maybe there are some options which make this project here kind of redundant?