Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryantxu/ajax-panel
Ajax Panel Plugin for Grafana
https://github.com/ryantxu/ajax-panel
ajax grafana grafana-panel grafana-panel-plugin
Last synced: 5 days ago
JSON representation
Ajax Panel Plugin for Grafana
- Host: GitHub
- URL: https://github.com/ryantxu/ajax-panel
- Owner: ryantxu
- License: mit
- Created: 2016-09-01T20:48:16.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T07:33:16.000Z (almost 2 years ago)
- Last Synced: 2024-08-04T18:01:14.292Z (3 months ago)
- Topics: ajax, grafana, grafana-panel, grafana-panel-plugin
- Language: TypeScript
- Homepage:
- Size: 3.42 MB
- Stars: 153
- Watchers: 11
- Forks: 154
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## AJAX Panel for Grafana
The AJAX Panel is a general way to load external content into a grafana dashboard.
### Options
* **Method**:
GET or POST or iframe
* **URL**:
The URL to request
* **Parameters**:
The parameters that will be passed in the request. This is a javascript object with access to the variables: - `ctrl` The control object.
### Screenshots
![Screenshot](https://raw.githubusercontent.com/ryantxu/ajax-panel/master/src/img/screenshot.png)
![Options](https://raw.githubusercontent.com/ryantxu/ajax-panel/master/src/img/screenshot-ajax-options.png)
![Examples](https://raw.githubusercontent.com/ryantxu/ajax-panel/master/src/img/screenshot-examples.png)