Skip to content

Commit

Permalink
Exclude low-value sidekiq logs from DataDog (#3945)
Browse files Browse the repository at this point in the history
* Exclude low-value sidekiq logs from DataDog

* Update group_vars/bibdata/production.yml

Co-authored-by: Jane Sandberg <[email protected]>

* Update group_vars/bibdata/staging.yml

Co-authored-by: Jane Sandberg <[email protected]>

---------

Co-authored-by: Jane Sandberg <[email protected]>
  • Loading branch information
bess and sandbergja authored May 30, 2023
1 parent 06834b8 commit d4082af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions group_vars/bibdata/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ datadog_config:
bibdata|rack.request: 1
filter_tags:
reject: ["http.useragent:nginx/1.23.4 (health check)", "operation:heartbeat", "operation:job_fetch", "operation:scheduled_push", "operation:scheduled_poller_wait"]
ignore_resources: ["sidekiq.heartbeat", "sidekiq.job_fetch", "sidekiq.scheduled_push"]
datadog_checks:
ruby:
init_config:
Expand Down
1 change: 1 addition & 0 deletions group_vars/bibdata/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ datadog_config:
bibdata|rack.request: 1
filter_tags:
reject: ["http.useragent:nginx/1.23.4 (health check)", "operation:heartbeat", "operation:job_fetch", "operation:scheduled_push", "operation:scheduled_poller_wait"]
ignore_resources: ["sidekiq.heartbeat", "sidekiq.job_fetch", "sidekiq.scheduled_push"]
datadog_checks:
ruby:
init_config:
Expand Down

0 comments on commit d4082af

Please sign in to comment.