Closed mtojek closed 3 years ago
/cc @exekias as we talked about some ideas today
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Background
IPFS is a peer-to-peer (p2p) storage network. Content is accessible through peers that might relay information or store it (or do both), and those peers can be located anywhere in the world. IPFS knows how to find what you ask for by its content address, rather than where it is.
source: https://docs.ipfs.io/introduction/how-ipfs-works/
Simply running ipfs daemon will turn on your IPFS node, and will be running in your terminal window as long as it is open and your connection to the server is maintained.
source: https://medium.com/@rossbulat/introduction-to-ipfs-set-up-nodes-on-your-network-with-http-gateways-10e21ea689a4
Github Stats
https://github.com/ipfs/go-ipfs (9k stars) https://github.com/ipfs/ipfs (17k stars)
Scraping
Sample metrics
Log tail
Repo stats - /api/v0/repo/stat
Prometheus metrics:
Metricbeat Module / Dataset release checklist
This checklist is intended for Devs which create or update a module to make sure modules are consistent.
Modules
For a metricset to go GA, the following criterias should be met:
Filebeat module
Metricbeat module
data.json
exists and an automated way to generate it exists (go test -data
)