Skip to content

Instantly share code, notes, and snippets.

@pulasthi7
Created June 16, 2020 13:01
Show Gist options
  • Save pulasthi7/29e4bd6346175bfc400fd696fd1b03ed to your computer and use it in GitHub Desktop.
Save pulasthi7/29e4bd6346175bfc400fd696fd1b03ed to your computer and use it in GitHub Desktop.
# 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