Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a public api for telemetry data #165

Open
mariopino opened this issue Jul 13, 2019 · 4 comments
Open

Create a public api for telemetry data #165

mariopino opened this issue Jul 13, 2019 · 4 comments

Comments

@mariopino
Copy link

Hi, I think that would be nice to have a public api to retrieve the telemetry data displayed at https://telemetry.polkadot.io.

@woss
Copy link
Contributor

woss commented Feb 17, 2020

this version doesn't use the DB, means that no data is stored at all.
Not sure will be supported or not but for now, there isn't a way to do it (as far as i know).
I'm thinking that saving to the DB would be under GDPR or something similar

@maciejhirsz
Copy link
Contributor

The backend does store current state of all chains and nodes connected in memory, so API is doable, it just wouldn't have access to any history.

@chevdor
Copy link
Contributor

chevdor commented Apr 1, 2020

I would expose a Prometheus endpoint fed with the live data.
It is then up to the users to use and react only on the live data or archive data into some InfluxDB for instance.

@CodeSandwich
Copy link

CodeSandwich commented Apr 29, 2020

Adding support for Prometheus would be a perfect completion for the node's monitoring. The data could be then funneled into a single analysis/visualization solution like Grafana.

We're trying to observe the state of the whole network. We have a few nodes tightly monitored with Prometheus, but we're lacking the general view of the whole network. We can analyze with our eyes the current state on telemetry.polkadot.io, but that's not enough, we need automation and historical data. This would solve our problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants