global: scrape_interval: 15s evaluation_interval: 15s alerting: alertmanagers: - static_configs: - targets: [] rule_files: [] scrape_configs: - job_name: 'prometheus' static_configs: - targets: ['localhost:9090'] - job_name: 'novalon-manage-system' metrics_path: '/actuator/prometheus' static_configs: - targets: ['localhost:8080'] relabel_configs: - source_labels: [__address__] target_label: instance replacement: 'novalon-manage-api'