changes prometheus config target to arch so that data collection works (#98)

This commit is contained in:
Aayush 2024-09-30 14:35:21 -07:00 committed by GitHub
parent bb746e237a
commit 1e61452310
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,6 @@ scrape_configs:
scheme: http
static_configs:
- targets:
- bolt:9901
- arch:9901
params:
format: ['prometheus']