I found that I was unable to use [query functions](https://prometheus.io/docs/prometheus/latest/querying/functions/#rate) on [get_metric_range](https://github.com/4n4nd/prometheus-api-client-python/blob/a3e2cde7419ba97224f7374641b90c77bec15b9b/prometheus_api_client/prometheus_connect.py#L174) because of how the chunk is implemented. Is there another way to use these functions or does this support need to be added? I don't mind trying to add it if it needs it.
I found that I was unable to use query functions on get_metric_range because of how the chunk is implemented.
Is there another way to use these functions or does this support need to be added? I don't mind trying to add it if it needs it.