diff --git a/config/prometheus.yml b/config/prometheus.yml index 2fac6f4..040fa46 100644 --- a/config/prometheus.yml +++ b/config/prometheus.yml @@ -45,3 +45,10 @@ scrape_configs: target_label: instance - target_label: __address__ replacement: blackbox_exporter:9115 + + - job_name: ollama-exporter + static_configs: + - targets: ['pdocker4.maison:9101'] + labels: + gpu_host: nvidia-host + gpu_backend: nvidia \ No newline at end of file