typhoon/addons
Dalton Hubble a9f9c59b91 Configure Prometheus to allow a custom scrape query param
* Set `prometheus.io/param` on a Kubernetes Service to scrape
the service endpoints and pass a custom query parameter
* For example, scrape Consul with `?format=prometheus`

```yaml
kind: Service
metadata:
  annotations:
    prometheus.io/scrape: 'true'
    prometheus.io/port: '8500'
    prometheus.io/path: /v1/agent/metrics
    prometheus.io/param: format=prometheus
```
2021-12-29 11:47:10 -08:00
..
grafana Update Prometheus and Grafana addons 2021-12-15 08:16:46 -08:00
nginx-ingress Update nginx-ingress and monitoring addons 2021-12-10 11:29:49 -08:00
prometheus Configure Prometheus to allow a custom scrape query param 2021-12-29 11:47:10 -08:00