Skip to content

Commit

Permalink
Add API server scraping (#487)
Browse files Browse the repository at this point in the history
Co-authored-by: kaiser <[email protected]>
  • Loading branch information
mrnicegyu11 and kaiser authored Dec 21, 2023
1 parent cdd9a91 commit 247dbb2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions services/monitoring/prometheus/prometheus-simcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ scrape_configs:
- "tasks.master_webserver"
type: "A"
port: 8080
- names:
- "tasks.production_api-server"
- "tasks.staging_api-server"
- "tasks.master_api-server"
type: "A"
port: 8000
- names:
- "tasks.production_storage"
- "tasks.staging_storage"
Expand Down

0 comments on commit 247dbb2

Please sign in to comment.