Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit c19e740

Browse files
authored
Merge pull request #2 from exaco/patch2
Remove redundant items from query editor
2 parents f447b74 + 8e50abf commit c19e740

File tree

6 files changed

+22
-2740
lines changed

6 files changed

+22
-2740
lines changed

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44

55
This plugin provides a datasource to connect a REST API to [nodegraph](https://grafana.com/docs/grafana/latest/visualizations/node-graph/) panel of Grafana.
66

7-
![](src/img/graph-example.png)
7+
![Graph Example](src/img/graph-example.png)
88

99
## What is Grafana Data Source Plugin?
1010

1111
Grafana supports a wide range of data sources, including Prometheus, MySQL, and even Datadog. There’s a good chance you can already visualize metrics from the systems you have set up. In some cases, though, you already have an in-house metrics solution that you’d like to add to your Grafana dashboards. Grafana Data Source Plugins enables integrating such solutions with Grafana.
1212

13-
14-
1513
## Getting started
1614

1715
1. Use Grafana 7.4 or higher
@@ -26,11 +24,11 @@ for example, if you are using Grafana with containers, add:
2624
-e "GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS=hamedkarbasi93-nodegraphapi-datasource"
2725
```
2826

29-
2. You can now add the the data source. Just enter the url of your API app and push "Save & Test". You will get an error in case of connection failure.
27+
2. You can now add the the data source. Just enter the url of your API app and push "Save & Test". You will get an error in case of connection failure.
3028

3129
> Note: The browser should have access to the application not the grafana server.
3230
33-
![](src/img/add-datasource.png)
31+
![Add Datasource](src/img/add-datasource.png)
3432

3533
3. In grafana dashboard, pick the Nodegraph panel and have the graph visualization.
3634

@@ -83,13 +81,10 @@ yarn install
8381
- [Grafana Tutorials](https://grafana.com/tutorials/) - Grafana Tutorials are step-by-step guides that help you make the most of Grafana
8482
- [Grafana UI Library](https://developers.grafana.com/ui) - UI components to help you build interfaces using Grafana Design System
8583

86-
87-
8884
## Contributing
8985

9086
Thank you for considering contributing! If you find an issue, or have a better way to do something, feel free to open an issue, or a PR.
9187

9288
## License
9389

9490
This repository is open-sourced software licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
95-

0 commit comments

Comments
 (0)