Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # prometheus.yml
- global:
- scrape_interval: 15s
- scrape_configs:
- - job_name: 'nlp_sentiment_analysis'
- static_configs:
- - targets: ['localhost:8000']
- - job_name: 'model_performance'
- static_configs:
- - targets: ['localhost:8001']
Advertisement
Add Comment
Please, Sign In to add comment