-
Notifications
You must be signed in to change notification settings - Fork 17
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
Grafana billing dashboard #26
Comments
with next version this might be difficult as you have to define your own queries for cost reporting. it also depends what you need/want. |
@mblaschke will next version we have the option to continue pull all cost metrics - in stead of queries for cost? When it comes to graphs, its much more practical to generate and experiment with the prom queries in grafana, having all data available. Using azure-resourcemanager-exporter:22.12.0-beta4 and
I have achieved a "balance" where I don't hit any rate limits for cost. Having all data in Prometheus we can experiment and generate useful dashboards. |
@theok-nice The plan is to only offer queries so you can/have to define what metrics you want. That's what's already available in the beta versions. So to get the current version you might want something like: The new version is also caching costs either on local disc (eg. PVC) or can store the data in a storageaccount. With caching you could set scrape time of cost query to 12 or 24h. |
Greetings!
I want to thank you guys, for the awesome project. It is exactly what I was looking for
If someone, by chance, has an example or ready-made Grafana billing dashboard, could you please share it?
Thank you so much
The text was updated successfully, but these errors were encountered: