{"id":20853540,"url":"https://github.com/belane/erigon-netdata-plugin","last_synced_at":"2026-02-14T05:06:00.483Z","repository":{"id":133708766,"uuid":"474451514","full_name":"belane/erigon-netdata-plugin","owner":"belane","description":"Erigon monitoring with Netdata","archived":false,"fork":false,"pushed_at":"2025-02-11T13:03:05.000Z","size":1861,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-07-31T07:51:18.727Z","etag":null,"topics":["erigon","ethereum","netdata"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/belane.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-03-26T19:50:02.000Z","updated_at":"2025-02-11T13:03:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"87e85aed-e5fa-4f70-b90a-812a26c34e03","html_url":"https://github.com/belane/erigon-netdata-plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/belane/erigon-netdata-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belane%2Ferigon-netdata-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belane%2Ferigon-netdata-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belane%2Ferigon-netdata-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belane%2Ferigon-netdata-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/belane","download_url":"https://codeload.github.com/belane/erigon-netdata-plugin/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belane%2Ferigon-netdata-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29437368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T03:34:37.767Z","status":"ssl_error","status_checked_at":"2026-02-14T03:34:09.092Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["erigon","ethereum","netdata"],"created_at":"2024-11-18T03:22:01.903Z","updated_at":"2026-02-14T05:06:00.467Z","avatar_url":"https://github.com/belane.png","language":"Go","readme":"\u003c!--\ntitle: \"Erigon monitoring with Netdata\"\ndescription: \"Monitor the health and performance of Erigon Nodes (Ethereum client) with zero configuration, per-second metric granularity, and interactive visualizations.\"\ncustom_edit_url: https://github.com/netdata/go.d.plugin/edit/master/modules/erigon/README.md\nsidebar_label: \"Erigon\"\n--\u003e\n\n# Erigon monitoring with Netdata\n\n[Erigon](https://github.com/ledgerwatch/erigon), formerly known as Turbo‐Geth, is a fork of Go Ethereum oriented toward speed and disk‐space efficiency. Erigon is a completely re-architected implementation of Ethereum with the goal of providing a faster, more modular, and more optimized implementation of Ethereum.\n\n*This is a work-in-progress repository of the erigon module for the [netdata go.d.plugin](https://github.com/netdata/go.d.plugin).*\n\n![netdata screenshot](netdata.png)\n\n## Requirements\n\nRun `erigon` with the flag `--metrics`. That will enable the metric server, with default port `6060` and\npath `/debug/metrics/prometheus`.\n\n## Charts\n\n- Database\n    - Syncs/Write per second\n- Chain\n    - Tables size (log/scs/state)\n    - Chain Sync (headers/finish/execution)\n- Peer-to-Peer\n    - Bandwidth per second (ingress/egress)\n    - Number of peers\n    - Dials/Serves calls per second\n- Reorgs\n    - Total number of reorgs\n- Number of active goroutines\n- Transaction Pool\n    - Pending\n    - Queued\n    - Current\n\n## Configuration\n\nEdit the `go.d/erigon.conf` configuration file using `edit-config` from the\nNetdata [config directory](https://learn.netdata.cloud/docs/configure/nodes), which is typically at `/etc/netdata`.\n\n```bash\ncd /etc/netdata # Replace this path with your Netdata config directory\nsudo ./edit-config go.d/erigon.conf\n```\n\nNeeds only `url` to `erigon` metrics endpoint. Here is an example for 2 instances:\n\n```yaml\njobs:\n  - name: erigon_node_1\n    url: http://203.0.113.10:6060/debug/metrics/prometheus\n\n  - name: erigon_node_2\n    url: http://203.0.113.11:6060/debug/metrics/prometheus\n```\n\nFor all available options please see\nmodule [configuration file](https://github.com/belane/erigon-netdata-plugin/blob/dev/config/go.d/erigon.conf).\n\n## Troubleshooting\n\nTo troubleshoot issues with the `erigon` collector, run the `go.d.plugin` with the debug option enabled. The output should\ngive you clues as to why the collector isn't working.\n\nFirst, navigate to your plugins directory, usually at `/usr/libexec/netdata/plugins.d/`. If that's not the case on your\nsystem, open `netdata.conf` and look for the setting `plugins directory`. Once you're in the plugin's directory, switch\nto the `netdata` user.\n\n```bash\ncd /usr/libexec/netdata/plugins.d/\nsudo -u netdata -s\n```\n\nYou can now run the `go.d.plugin` to debug the collector:\n\n```bash\n./go.d.plugin -d -m erigon\n```\n\nYou can run `erigon` with the `--metrics.addr` flag to access the metrics remotely during debug:\n\n```bash\nerigon --metrics.port 6060 --metrics.addr 0.0.0.0\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbelane%2Ferigon-netdata-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbelane%2Ferigon-netdata-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbelane%2Ferigon-netdata-plugin/lists"}