Skip to content

Commit 38eaa94

Browse files
author
Neo Bot
committed
Telemetry: fix health checks, node info, and docs
1 parent 71723df commit 38eaa94

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Plugins/Telemetry/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ A comprehensive telemetry and metrics collection plugin for Neo N3 full nodes, p
1515

1616
1. Build the plugin:
1717
```bash
18-
dotnet build src/Plugins/TelemetryPlugin/TelemetryPlugin.csproj
18+
dotnet build src/Plugins/Telemetry/Telemetry.csproj
1919
```
2020

21-
2. Copy the output to your Neo node's `Plugins/TelemetryPlugin/` directory:
21+
2. Copy the output to your Neo node's `Plugins/Telemetry/` directory:
2222
```bash
23-
cp -r bin/Debug/net10.0/* /path/to/neo-node/Plugins/TelemetryPlugin/
23+
cp -r bin/Debug/net10.0/* /path/to/neo-node/Plugins/Telemetry/
2424
```
2525

2626
3. Configure the plugin by editing `config.json` in the plugin directory.
2727

2828
## Configuration
2929

30-
Create or edit `config.json` in the `Plugins/TelemetryPlugin/` directory:
30+
Create or edit `config.json` in the `Plugins/Telemetry/` directory:
3131

3232
```json
3333
{
@@ -170,7 +170,7 @@ Import the provided Grafana dashboard JSON for a pre-configured monitoring view:
170170

171171
1. Open Grafana
172172
2. Go to Dashboards → Import
173-
3. Upload `grafana-dashboard.json` or paste the JSON content
173+
3. Upload `dashboards/neo-node-dashboard.json` or paste the JSON content
174174
4. Select your Prometheus data source
175175
5. Click Import
176176

0 commit comments

Comments
 (0)