Skip to content

Commit

Permalink
Disable Parca scraping by default
Browse files Browse the repository at this point in the history
Scraping every 10s should be totally fine for most use cases.
Also, naming the job parca seems much more descriptive than default.
  • Loading branch information
metalmatze committed Sep 1, 2023
1 parent cad92c3 commit cbfa19e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions parca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ object_storage:
# Scraping tends to produce a lot more data than Parca Agent CPU which
# results in memory usage by the server.
#
scrape_configs:
- job_name: "default"
scrape_interval: "1s"
static_configs:
- targets: [ '127.0.0.1:6060' ]
# scrape_configs:
# - job_name: "parca"
# scrape_interval: "10s"
# static_configs:
# - targets: [ '127.0.0.1:7070' ]

# Nested under the job config:
#
Expand Down

0 comments on commit cbfa19e

Please sign in to comment.