Abhishek Walia

Results 20 comments of Abhishek Walia
trafficstars

Lookback is not going to help you right now. It is only useful for cases when you are starting fresh and it needs to know how far back does it...

The HTTP/500 is suggesting to me that the ccloud_chargeback_handler was marked as not ready or it failed. Any errors in that pod ? Also, I will not be available for...

As confirmed during our debug session, it seems like the data is missing in the metrics API prometheus store that you have. I will try to improve the handling of...

Which branch are you using the Dockerfile from ? They might be a little different between the releases and main/WIP branches, etc.

I have seen this happen when the numpy version is not pinned but pandas picks up an incompatible version for that. Unfortunately the current `requirements.txt` does not pint he numpy...

### Clarification on Configuration File Availability The `config/config_internal.yaml` file is present in the repository and should be accessible during standard operations. If you're encountering a `FileNotFoundError`, it might be due...

I see what you mean. The Docker Compose actually overrides the config file flag with a volume mounted config file. Is the Docker compose not working for you ? if...

This is expected. You are not providing a value for environment variables which the code needs. The Docker Compose shares what all variables are needed. https://github.com/waliaabhishek/ccloud-chargeback-helper/blob/bbf66450368aeae8e6c83ac9bd9184645c3c1d9b/docker-compose.yml#L17

Nope. The datastore is the location where all the prometheus data set is persisted. You delete that, you delete the Prometheus data and the chargeback + billing data long with...

I am not sure what do you mean by it stops working ? Does it not do anything? Does it slow down ? Does it error out? Does it just...