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

Prometheus Exporter #305

Open
zdoherty opened this issue Mar 8, 2020 · 1 comment
Open

Prometheus Exporter #305

zdoherty opened this issue Mar 8, 2020 · 1 comment

Comments

@zdoherty
Copy link

@zdoherty zdoherty commented Mar 8, 2020

Currently working on translating this data into Prometheus timeseries format:

https://github.com/zdoherty/prom-corona

I've got a script mostly working that parses your timeseries files and does two things:

  1. Creates a JSON blob that can be converted into a Prometheus TSDB using roidelaplui/ingest
  2. Serves the latest point of a given locality's series as a gauge metric with labels

Would really appreciate guidance/recommendations/explanations for handling the various cruise ship series.

@zdoherty
Copy link
Author

@zdoherty zdoherty commented Mar 13, 2020

I see the labels have changed considerably. Will need some time to reconcile those changes with how I ingest metrics.

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

Successfully merging a pull request may close this issue.

None yet
2 participants