waliaabhishek / ccloud-chargeback-helper

Confluent Cloud Billing Chargeback Helper
https://github.com/waliaabhishek/ccloud-chargeback-helper
MIT License
28 stars 9 forks source link

No Chargeback calculation available for support #11

Closed davinder26 closed 2 months ago

davinder26 commented 3 months ago

Hello @waliaabhishek getting this messge No Chargeback calculation available for support

Prometheus is running with below metrics- confluent_cloud_api_key

confluent_cloud_billing_details

confluent_cloud_chargeback_details

confluent_cloud_custom_scrape_status

confluent_cloud_kafka_cluster

confluent_cloud_user

but data is not displaying in grafana

waliaabhishek commented 2 months ago

No Chargeback calculation available for support

I think this is a miss on my part. I will try to add this to the codebase soon. For now, everything else will work, but the support cost will not be divided up between different entities.

but data is not displaying in grafana

For this one, The chargeback calculator start about 200 days in the past to calculate. What I have seen is that it takes about a minute per data to fetch, cleanse, calculate, and shipping it to prometheus. There are 2 sugggestions that I can give:

davinder26 commented 2 months ago

@waliaabhishek Thanks , Its working now.

waliaabhishek commented 2 months ago

Thank you for the confirmation.