Albert Dong

Results 3 comments of Albert Dong

Thanks for your reply @lilic @brancz and @simonpasquier ! I realized that this proxy does not meet our requirements for building Grafana on top of it. The main problem is...

@lilic The PromQL string will go through the path, ``` |Grafana|--metric_name{namespace="name1"}-->|proxy|--metric_name?namespace=name1-->|kube-rbac-proxy+prom-label-proxy|--metric_name{namespace="name1"}-->|thanos-querier| ``` 1. In the path above, user has to implement their own proxy to parse and update query from...