metricspi: Scrape k8s-aarch64-n1
I've added a new Kubernetes worker node, *k8s-aarch64-n1.pyrocufflink.blue*. This machine is a Raspberry Pi CM4 mounted on a Waveshare CM4-IO-Base A and clipped onto the DIN rail. It's got 8 GB of RAM and 32 GB of eMMC storage. I intend to use it to build container images locally, instead of bringing up cloud instances.chrony
parent
a74113d95f
commit
2f554dda72
|
@ -3,3 +3,4 @@ victoria_metrics_server_name: metrics.pyrocufflink.blue
|
||||||
scrape_collectd_extra_targets:
|
scrape_collectd_extra_targets:
|
||||||
- nvr1.pyrocufflink.blue
|
- nvr1.pyrocufflink.blue
|
||||||
- k8s-aarch64-n0.pyrocufflink.blue
|
- k8s-aarch64-n0.pyrocufflink.blue
|
||||||
|
- k8s-aarch64-n1.pyrocufflink.blue
|
||||||
|
|
|
@ -241,6 +241,7 @@ vmagent_scrape_configs:
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- k8s-aarch64-n0.pyrocufflink.blue
|
- k8s-aarch64-n0.pyrocufflink.blue
|
||||||
|
- k8s-aarch64-n1.pyrocufflink.blue
|
||||||
- nvr1.pyrocufflink.blue
|
- nvr1.pyrocufflink.blue
|
||||||
relabel_configs:
|
relabel_configs:
|
||||||
- source_labels: [__address__]
|
- source_labels: [__address__]
|
||||||
|
|
Loading…
Reference in New Issue