datadabllp

track key metrics

Jul 18th, 2024
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.26 KB | None | 0 0
  1. # prometheus.yml
  2. global:
  3.   scrape_interval: 15s
  4.  
  5. scrape_configs:
  6.   - job_name: 'nlp_sentiment_analysis'
  7.     static_configs:
  8.       - targets: ['localhost:8000']
  9.  
  10.   - job_name: 'model_performance'
  11.     static_configs:
  12.       - targets: ['localhost:8001']
  13.  
Advertisement
Add Comment
Please, Sign In to add comment