typhoon/addons/prometheus
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
..
discovery Update Prometheus discovery of kube components 2021-08-10 21:25:19 -07:00
exporters Update nginx-ingress and monitoring addons 2021-12-10 11:29:49 -08:00
rbac Configure Prometheus to scrape Kubelets directly 2018-05-14 23:06:50 -07:00
0-namespace.yaml Label namespaces to ease writing Network Policies 2018-06-09 11:45:11 -07:00
config.yaml Configure Prometheus to allow a custom scrape query param 2021-12-29 11:47:10 -08:00
deployment.yaml Update Prometheus and Grafana addons 2021-12-15 08:16:46 -08:00
network-policy.yaml Add NetworkPolicy to limit traffic into Prometheus 2019-03-23 21:38:34 -07:00
rules.yaml Update Prometheus rules and Grafana dashboards 2020-12-19 14:56:42 -08:00
service-account.yaml addons: Update Prometheus to v2.1.0 2018-01-27 21:00:15 -08:00
service.yaml Add explicit annotation for Prometheus port to scrape 2019-10-20 16:05:09 -07:00