Spaces:
Running
Running
| global: | |
| scrape_interval: 15s | |
| evaluation_interval: 15s | |
| external_labels: | |
| cluster: 'automl-mlops' | |
| environment: 'production' | |
| alerting: | |
| alertmanagers: | |
| - static_configs: | |
| - targets: [] | |
| rule_files: | |
| - 'alerts.yml' | |
| scrape_configs: | |
| - job_name: 'prometheus' | |
| static_configs: | |
| - targets: ['prometheus:9090'] | |
| - job_name: 'fastapi-app' | |
| metrics_path: '/metrics' | |
| static_configs: | |
| - targets: ['app:8000'] | |
| labels: | |
| service: 'automl-api' | |