prasadrajesh
prasadrajesh
Output of Query "vm_promscrape_discovery_kubernetes_group_watchers" Output of Query "sum(vm_promscrape_discovery_kubernetes_group_watchers)" I think each watcher is creating only connection. But why we do have that high number of watcher required. Can't we stay...
Thanks @hagen1778 Thanks for quick reply. Isn't it possible that multiplexing multiple watches over a single HTTP/2 connection? So, even though I will have 1000 watcher I will have only...
**Ans of your question:** I have only one SD config that is "kubernetes_sd_configs" and target scraped by defined at "vmagent.env.yaml". **Suggestion:** My point was "to enable multiplexing multiple watches over...
I wrote a service where I am converting HTTP1.1 requests to HTTP2 (so, by default 100 connections converted to 1 connection). I put that service between VMAgent and ApiServer. It...
Hi @jcmoraisjr , I was testing with below httpRoute. ``` apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: coffee spec: parentRefs: - name: cafe hostnames: - "test1.prod.test.net" rules: - matches: - path:...