Skip to content

Commit

Permalink
feat: added prometheus config example
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Dec 7, 2018
1 parent 26b7ddc commit aaa4994
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions prometheus/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
data
12 changes: 12 additions & 0 deletions prometheus/prometheus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
global:
scrape_interval: 15s
evaluation_interval: 15s

rule_files:
- 'rules/*'

scrape_configs:
- job_name: couchbase
static_configs:
- targets:
- localhost:9420
File renamed without changes.

0 comments on commit aaa4994

Please sign in to comment.