From c35af5d10dacc7740d07205eb53920c630804448 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Mon, 4 May 2026 17:51:01 +0200 Subject: [PATCH] Update prometheus.yml --- config/prometheus.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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