File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ A comprehensive telemetry and metrics collection plugin for Neo N3 full nodes, p
1515
16161 . 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
26263 . 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
1711711 . Open Grafana
1721722 . 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
1741744 . Select your Prometheus data source
1751755 . Click Import
176176
You can’t perform that action at this time.
0 commit comments