prometheus-proxy
prometheus-proxy copied to clipboard
Prometheus Proxy
This PR is mostly to highlight that the dashboards doesn't really work anymore, because the metric names seem to have changed. I've tried to fix them as well as I...
Added a quick implementation of https://prometheus.io/docs/prometheus/latest/http_sd/ to scrape all known agents automatically via the endpoint `http://localhost:8092/discover`. The proxy-paths were prefixed with the value of `discoverUrl`, under which the prometheus instance...
Would anyone be interested for making a kubernetes example?
Hi Team I see that there is failure when endpoints are using https ; how can we resolve this ? [AgentHttpService.kt:172] - fetchScrapeUrl() sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path...
can support include params in my case ```bash scrape_configs: - job_name: "test" honor_labels: true file_sd_configs: - refresh_interval: 1m files: - "/etc/prometheus/myconfig/*.yml" ``` I want use config file like this ,...
Here's an example. I'm trying to use Flagger within my K8s cluster to get progressive rollouts. It can integrate with Istio to grab metrics from it via Prometheus. However, unless...
I have a use case where i am using an external proxy to pull the metrics, and currently using the both HTTP_PROXY and HTTPS_PROXY while running the agent. `docker run...
Hello I'm working on deploying Prometheus-proxy within the AWS EKS cluster and making it accessible to agents via NGINX ingress. I’ve configured NGINX to forward incoming traffic to the backend...