Skip to content

Commit

Permalink
Increase DATADOG_MIN_POINT_AGE to 2m
Browse files Browse the repository at this point in the history
  • Loading branch information
knyar committed Jul 19, 2019
1 parent 58e9fb9 commit 6fa0805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env_variables:
UPDATE_PARALLELISM: 1
# Points received from Datadog that are too fresh will be discarded to allow data to be fully processed and aggregated
# on Datadog side. This variable defines the threshold for "too fresh".
DATADOG_MIN_POINT_AGE: "90s"
DATADOG_MIN_POINT_AGE: "2m"
# While importing counters, ts-bridge needs to reset 'start time' regularly to keep the query time window small enough
# to avoid aggregation. This parameter defines how often a new start time is chosen. 30min should be sufficient for
# metrics that have a point every 10 seconds.
Expand Down

0 comments on commit 6fa0805

Please sign in to comment.