configpolicy/group_vars/metricspi
Dustin 347cda74fd metrics: Scrape metrics from Kubernetes API server
Kubernetes exports a *lot* of metrics in Prometheus format.  I am not
sure what all is there, yet, but apparently several thousand time series
were added.

To allow anonymous access to the metrics, I added this RoleBinding:

```yaml
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
  name: prometheus
rules:
- apiGroups:
  - ""
  resources:
  - nodes/metrics
  verbs:
  - get
- nonResourceURLs:
  - /metrics
  verbs:
  - get
```
2023-05-22 21:21:08 -05:00
..
alertmanager.yml hosts: Add mtrcs0.p.r 2022-08-11 21:40:19 -05:00
alerts.yml alerts: Add alert to archive BURP disk 2023-05-16 08:33:13 -05:00
blackbox.yml blackbox: Update pyrocufflink DNS check 2022-12-19 09:04:37 -06:00
grafana.yml metricspi: Update LDAP configuration 2023-01-09 12:23:54 -06:00
main.yml hosts: Add mtrcs0.p.r 2022-08-11 21:40:19 -05:00
scrape.yml metrics: Scrape metrics from Kubernetes API server 2023-05-22 21:21:08 -05:00
secrets hosts: Add mtrcs0.p.r 2022-08-11 21:40:19 -05:00
vmalert.yml metricspi: Fix vmalert links 2023-04-11 21:46:43 -05:00