global: scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute. evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute. # scrape_timeout is set to the global default (10s). # Load rules once and periodically evaluate them according to the global 'evaluation_interval'. rule_files: # - "first_rules.yml" # - "second_rules.yml" # A scrape configuration containing exactly one endpoint to scrape: scrape_configs: - job_name: prometheus metrics_path: /metrics static_configs: - targets: [localhost:9090] - job_name: cosmos metrics_path: /metrics static_configs: [] - job_name: node metrics_path: /metrics static_configs: [] - job_name: validators metrics_path: /metrics/validators static_configs: [] - job_name: validator metrics_path: /metrics/validator relabel_configs: - source_labels: [address] target_label: __param_address static_configs: [] - job_name: wallet metrics_path: /metrics/wallet relabel_configs: - source_labels: [address] target_label: __param_address static_configs: []