Skip to content

Commit d952454

Browse files
committed
PR fix
1 parent 4f9b296 commit d952454

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

README.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,9 @@
11
# Netdata data source for Grafana
22

3-
[![Build](https://github.com/grafana/grafana-starter-datasource/workflows/CI/badge.svg)](https://github.com/grafana/grafana-starter-datasource/actions?query=workflow%3A%22CI%22)
4-
53
_Enhanced high-fidelity troubleshooting data source for the Open Source community!_
64

75
![Image](https://user-images.githubusercontent.com/82235632/193311991-a6d167ab-b845-49b7-817c-976b780e427e.png)
86

9-
## What is Netdata data source plugin for Grafana?
10-
11-
We are huge fans of Open Source culture and it is rooted deeply into our DNA, so we thought that the Open Source community would hugely benefit from Netdata providing a Grafana data source plugin that would expose its powerful data collection engine.
12-
13-
With this data source plugin we expose the troubleshooting capabilities of Netdata in Grafana, making them available more widely. Some of the key capabilities:
14-
- Real-time monitoring with single-second granularity.
15-
- Installation and out-of-the-box integrations available in seconds from one line of code.
16-
- 2,000+ metrics from across your whole Infrastructure, with insightful metadata associated with them.
17-
- Access to our fresh ML metrics (anomaly rates) - exposing our ML capabilities at the edge!
18-
19-
20-
## Getting started
21-
22-
### 1. Connect your Nodes to Netdata Cloud
23-
24-
Netdata’s data source plugin connects directly to our Netdata Cloud API’s, meaning that you’ll need to have your nodes (hosts) connected to [Netdata Cloud](https://app.netdata.cloud/?utm_source=grafana&utm_content=data_source_plugin) in order to be able to have them exposed on our plugin. For security purposes you will also need an API token for authentication (which you can get from within your Netdata profile).
25-
26-
Note: If you don't have an account [sign-up](https://app.netdata.cloud/?utm_source=grafana&utm_content=data_source_plugin) for free to get one!
27-
28-
> Netdata Agent will need to be installed and running on your server, VM and/or cluster, so that it can start collecting all the relevant metrics you have from the server
29-
and applications running on it. More info at https://learn.netdata.cloud/docs/get-started.
30-
31-
### 2. Ensure you have an API Token for authentication purposes.
32-
33-
Once you have all your nodes connected to Netdata Hub you must proceed with creating an API token, which will be linked to your Netdata Cloud account. The API token provides a means to authenticate external calls to our APIs, allowing the same access as you to the Spaces and Rooms you can see on Netdata Hub.
34-
35-
![image](https://user-images.githubusercontent.com/82235632/189399116-2df5da8a-49d2-42b2-bdec-64b7f7d9bd83.png)
36-
37-
### 3. Install Netdata data source plugin on Grafana OSS or Enterprise (local)
38-
39-
For detailed instructions on how to install the plugin on Grafana OSS or Enterprise check the section [How to install the plugin?](#how-to-install-the-plugin).
40-
41-
### 4. Add your API token to the Netdata data source plugin configuration
42-
43-
Once you have added your API token to Netdata data source plugin you’re ready to start taking advantage of Netdata’s troubleshooting capabilities in Grafana by starting creating your charts and dashboards!
44-
45-
![image](https://user-images.githubusercontent.com/82235632/189398814-1efbf1c7-1a62-4d5f-abe8-6a9297a3f008.png)
46-
477
## How to install the plugin?
488

499
To start using the Netdata data source plugin on your Grafana environment, local or Cloud. Here are some tips to get through this depending on your setup:
@@ -165,4 +125,3 @@ For any of the above steps if you prefer to build this plugin locally instead of
165125
```
166126

167127
3. Place the contents of the `/dist` folder under the netdata folder in Grafana plugins directory.
168-

src/README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Netdata data source for Grafana
2+
3+
_Enhanced high-fidelity troubleshooting data source for the Open Source community!_
4+
5+
![Image](https://user-images.githubusercontent.com/82235632/193311991-a6d167ab-b845-49b7-817c-976b780e427e.png)
6+
7+
## What is Netdata data source plugin for Grafana?
8+
9+
We are huge fans of Open Source culture and it is rooted deeply into our DNA, so we thought that the Open Source community would hugely benefit from Netdata providing a Grafana data source plugin that would expose its powerful data collection engine.
10+
11+
With this data source plugin we expose the troubleshooting capabilities of Netdata in Grafana, making them available more widely. Some of the key capabilities:
12+
- Real-time monitoring with single-second granularity.
13+
- Installation and out-of-the-box integrations available in seconds from one line of code.
14+
- 2,000+ metrics from across your whole Infrastructure, with insightful metadata associated with them.
15+
- Access to our fresh ML metrics (anomaly rates) - exposing our ML capabilities at the edge!
16+
17+
18+
## Getting started
19+
20+
### 1. Connect your Nodes to Netdata Cloud
21+
22+
Netdata’s data source plugin connects directly to our Netdata Cloud API’s, meaning that you’ll need to have your nodes (hosts) connected to [Netdata Cloud](https://app.netdata.cloud/?utm_source=grafana&utm_content=data_source_plugin) in order to be able to have them exposed on our plugin. For security purposes you will also need an API token for authentication (which you can get from within your Netdata profile).
23+
24+
Note: If you don't have an account [sign-up](https://app.netdata.cloud/?utm_source=grafana&utm_content=data_source_plugin) for free to get one!
25+
26+
> Netdata Agent will need to be installed and running on your server, VM and/or cluster, so that it can start collecting all the relevant metrics you have from the server
27+
and applications running on it. More info at https://learn.netdata.cloud/docs/get-started.
28+
29+
### 2. Ensure you have an API Token for authentication purposes.
30+
31+
Once you have all your nodes connected to Netdata Hub you must proceed with creating an API token, which will be linked to your Netdata Cloud account. The API token provides a means to authenticate external calls to our APIs, allowing the same access as you to the Spaces and Rooms you can see on Netdata Hub.
32+
33+
![image](https://user-images.githubusercontent.com/82235632/189399116-2df5da8a-49d2-42b2-bdec-64b7f7d9bd83.png)
34+
35+
### 3. Install Netdata data source plugin
36+
37+
### 4. Add your API token to the Netdata data source plugin configuration
38+
39+
Once you have added your API token to Netdata data source plugin you’re ready to start taking advantage of Netdata’s troubleshooting capabilities in Grafana by starting creating your charts and dashboards!
40+
41+
![image](https://user-images.githubusercontent.com/82235632/189398814-1efbf1c7-1a62-4d5f-abe8-6a9297a3f008.png)

0 commit comments

Comments
 (0)