-
Notifications
You must be signed in to change notification settings - Fork 12
Control functionality question #2
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
Comments
Hi, here an example with postgres: |
I am using InfluxDB. I don't understand how the other person in that closed issue was able to get grafana to run scripts with this plugin. |
Here is an example to create a database with InfluxDB:
And to delete it:
|
Good afternoon, |
Hi, |
Hi, how should we add queries to insert values into the influxdb database? |
Hi, you can only insert values with the endpoint |
Hello, I am on grafana version 6.7.3, I am trying to add speakyourcode-button-panel but I have an error "Error loading panel plugin: speakyourcode-button-panel TypeError: v.setPanelOptions is not a function" |
The plugin requires Grafana 7 or higher, can you upgrade and try again? |
Hello, @speakyourcode
$test_name - grafana variable After clicking on the button I received: Using your example I was able to create a database. Updates: my bad I've missed space after where clause: where"application". (already edited in this comment) |
Hi, I am considering using your plugin for a user interface in my grafana dashboard. I'm confused as to how database queries can be used for dashboard controls.
The text was updated successfully, but these errors were encountered: