Created
September 24, 2019 17:45
-
-
Save niftynei/8b186b086f918605532f7f93a9c007d3 to your computer and use it in GitHub Desktop.
Prometheus config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global: | |
evaluation_interval: 15s | |
scrape_interval: 15s | |
rule_files: | |
- /config/alerts.yaml | |
alerting: | |
alertmanagers: | |
- scheme: http | |
static_configs: | |
- targets: | |
- "localhost:9093" | |
scrape_configs: | |
- job_name: lightningd | |
scrape_interval: 5s | |
static_configs: | |
- targets: | |
- "localhost:9900" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment