Skip to content

Commit 56484ac

Browse files
authored
Monitoring: add wb-auth scraping (#1155)
Add `wb-auth` to simcore scraping (which effectively scrapes + adds simcore specific labels like `service_name`) It requires `/metrics` being exposed (aka diagnostics plugin in `wb-auth` must be enabled in simcore terminology) * Solves missing metrics of `wb-auth` #1154 * ...
1 parent 6f79b8b commit 56484ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

services/monitoring/prometheus/prometheus-simcore.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ scrape_configs:
113113
- "tasks.master_webserver"
114114
type: "A"
115115
port: 8080
116+
- names:
117+
- "tasks.production_wb-auth"
118+
- "tasks.staging_wb-auth"
119+
- "tasks.master_wb-auth"
120+
type: "A"
121+
port: 8080
116122
- names:
117123
- "tasks.production_wb-api-server"
118124
- "tasks.staging_wb-api-server"

0 commit comments

Comments
 (0)