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

Is any idea how to visualize? #673

Open
vovkanaz opened this issue Apr 11, 2019 · 3 comments
Open

Is any idea how to visualize? #673

vovkanaz opened this issue Apr 11, 2019 · 3 comments

Comments

@vovkanaz
Copy link

Good day.
Is any idea how to visualize? Show metering reports in Grafana... In my mind only to create custom Grafana data source and parse JSON. But how to send data automatically without using curl and kubectl proxy.
Thanks in advance!

@ivanguravel
Copy link

Hello! As per my point of view here is only one way how to implement this https://grafana.com/docs/plugins/developing/datasources/

@ivanguravel
Copy link

but i can't see any automatization of that from metering side :(

@chancez
Copy link
Contributor

chancez commented Apr 11, 2019

You can expose the metering API using a Openshift Route, or a LoadBalancer service or if you have Ingress you could use that (though that isn't integrated), then you can access the results as CSV/TSV/JSON through any type of dashboarding software you prefer. Most tools I've used support CSVs fairly well. I generally just visualize things in excel/libreoffice calc locally, but a lot of similar tools can import CSVs from a URL on a schedule.

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

3 participants