metering-operator
                                
                                 metering-operator copied to clipboard
                                
                                    metering-operator copied to clipboard
                            
                            
                            
                        Is any idea how to visualize?
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!
Hello! As per my point of view here is only one way how to implement this https://grafana.com/docs/plugins/developing/datasources/
but i can't see any automatization of that from metering side :(
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.