Skip to content

Commit

Permalink
only make lost_bytes claim on 100ms and less
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
  • Loading branch information
blt committed Nov 6, 2024
1 parent 24d538e commit c8e532c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,3 @@ checks:
series: total_rss_bytes
# The machine has 12GiB free.
upper_bound: 1.2GiB

- name: lost_bytes
description: "Allowable bytes not polled by log Agent"
bounds:
series: lost_bytes
upper_bound: 0KB
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,3 @@ checks:
series: total_rss_bytes
# The machine has 12GiB free.
upper_bound: 1.2GiB

- name: lost_bytes
description: "Allowable bytes not polled by log Agent"
bounds:
series: lost_bytes
upper_bound: 0KB
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,3 @@ checks:
series: total_rss_bytes
# The machine has 12GiB free.
upper_bound: 1.2GiB

- name: lost_bytes
description: "Allowable bytes not polled by log Agent"
bounds:
series: lost_bytes
upper_bound: 0KB

0 comments on commit c8e532c

Please sign in to comment.