You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
I am unable to use custom aggregation query like - "sum(rate(traefik{service=~"test-service-[a-f0-9]@."}[2m]))"
because the training data is getting formed using the function get_metric_range_data which doesnt support custom queries.
The text was updated successfully, but these errors were encountered:
bindu-0107
changed the title
FLT_METRICS_LIST is not supporting Custom aggregation prometheus queries to train the Model in the source code
FLT_METRICS_LIST is not supporting Custom Aggregation Prometheus Queries to train the Model in the Source code
May 17, 2023
bindu-0107
changed the title
FLT_METRICS_LIST is not supporting Custom Aggregation Prometheus Queries to train the Model in the Source code
FLT_METRICS_LIST is not supporting Custom Aggregation Prometheus Queries to train the Model in the Source Code
May 17, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am unable to use custom aggregation query like - "sum(rate(traefik{service=~"test-service-[a-f0-9]@."}[2m]))"
because the training data is getting formed using the function get_metric_range_data which doesnt support custom queries.
The text was updated successfully, but these errors were encountered: