diff --git a/prometheus.yml b/prometheus.yml index 80b13b9..1ca54d1 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -12,4 +12,9 @@ scrape_configs: scheme: 'https' static_configs: - targets: ['git.badger-pirarucu.ts.net'] + metrics_path: '/metrics' + - job_name: 'desktop' + scheme: 'http' + static_configs: + - targets: ['100.69.123.107:9182'] metrics_path: '/metrics' \ No newline at end of file