Skip to content

Commit

Permalink
Merge pull request #14 from totvslabs/prom
Browse files Browse the repository at this point in the history
feat: added prometheus config example
  • Loading branch information
caarlos0 committed Dec 7, 2018
2 parents 2e36281 + aaa4994 commit 9a213aa
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 9a213aa

Please sign in to comment.