-
Notifications
You must be signed in to change notification settings - Fork 38
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
SimpleJson is deprecated - which plugin to choose #68
Comments
This might be helpful grafana/grafana-infinity-datasource#740 |
struggling with this one a bit, as I want to have alerts on smokeping data in my grafana homelab setup... you should now use this one now, as prev was deprecated long (?) time ago https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource examples grafana/grafana-infinity-datasource#34 note that this server expects only POST and at least targets and range fields as required, defined here: grafana-rrd-server/rrdserver.go Lines 228 to 229 in d571c75
and grafana-rrd-server/rrdserver.go Lines 232 to 237 in d571c75
looks like it also could have glob in target, see example below example of request is this:
also see test for query endpoint grafana-rrd-server/rrdserver_test.go Lines 93 to 117 in d571c75
for grafana request body example, you can try this
See docs:
good luck! :) |
You saved my day :+1 I'm still struggling with time zones.
shifts the start of my data by 2hrs. As far as I can see, the only literal format accepted is "2017-01-17T05:14:42.237Z". Any clue how I could manipulate time (or other variables) that go into the query body? |
Any chance to retrieve combined series?
|
@wolfgangr for timezone shift, check your server timezone, that macros just takes timezone from server itself. looks like your server uses UTC timezone, and you are in another timezone |
no, actually both machines are running in MEST. The problem must happen somewhere in the chain I suspect between grafan-rrd-server and rrdtool. I think in the long run I'll drop the rrd and collect anything in influx via telegraf and mqtt. |
SimpleJson is marked as deprecated with the following information:
Angular plugin
This data source plugin uses a deprecated, legacy platform based on AngularJS and will stop working in future releases of Grafana.
Do you have any other recommendation for a working plugin?
The text was updated successfully, but these errors were encountered: