Created
June 16, 2020 13:01
-
-
Save pulasthi7/29e4bd6346175bfc400fd696fd1b03ed to your computer and use it in GitHub Desktop.
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
# my global config | |
global: | |
scrape_interval: 15s | |
evaluation_interval: 15s | |
# Alertmanager configuration | |
alerting: | |
alertmanagers: | |
- static_configs: | |
- targets: | |
# Load rules once and periodically evaluate them according to the global 'evaluation_interval'. | |
rule_files: | |
# A scrape configuration containing exactly one endpoint to scrape: | |
scrape_configs: | |
- job_name: 'WSO2 Identity Server' | |
scheme: https | |
metrics_path: '/prometheus_metrics' | |
static_configs: | |
- targets: ['localhost:9443'] | |
tls_config: | |
insecure_skip_verify: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment