Skip to content

Commit bca1b83

Browse files
authored
Scrape local prometheus (#47)
* Scrape local prometheus
1 parent e09037c commit bca1b83

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

cookbooks/boxcutter_dashboard/recipes/default.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@
3838
},
3939
],
4040
},
41+
{
42+
'job_name' => 'prometheus',
43+
'static_configs' => [
44+
{
45+
'targets' => ['localhost:9090'],
46+
},
47+
],
48+
},
4149
],
4250
}
4351

0 commit comments

Comments
 (0)