You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,12 @@
4
4
5
5
This plugin provides a datasource to connect a REST API to [nodegraph](https://grafana.com/docs/grafana/latest/visualizations/node-graph/) panel of Grafana.
6
6
7
-

7
+

8
8
9
9
## What is Grafana Data Source Plugin?
10
10
11
11
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.
12
12
13
-
14
-
15
13
## Getting started
16
14
17
15
1. Use Grafana 7.4 or higher
@@ -26,11 +24,11 @@ for example, if you are using Grafana with containers, add:
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.
30
28
31
29
> Note: The browser should have access to the application not the grafana server.
32
30
33
-

31
+

34
32
35
33
3. In grafana dashboard, pick the Nodegraph panel and have the graph visualization.
36
34
@@ -83,13 +81,10 @@ yarn install
83
81
-[Grafana Tutorials](https://grafana.com/tutorials/) - Grafana Tutorials are step-by-step guides that help you make the most of Grafana
84
82
-[Grafana UI Library](https://developers.grafana.com/ui) - UI components to help you build interfaces using Grafana Design System
85
83
86
-
87
-
88
84
## Contributing
89
85
90
86
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.
91
87
92
88
## License
93
89
94
90
This repository is open-sourced software licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
0 commit comments