Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip very fresh points from Datadog #8

Closed
knyar opened this issue Oct 31, 2018 · 0 comments
Closed

Skip very fresh points from Datadog #8

knyar opened this issue Oct 31, 2018 · 0 comments

Comments

@knyar
Copy link
Collaborator

knyar commented Oct 31, 2018

Some folks from Datadog that I talked to mentioned that the most recent point returned by the API might contain incomplete data if a query aggregates values reported from multiple machines and data coming from some of the machines is slightly delayed.

Since it's impossible to edit values that have already been submitted to Stackdriver, I suggest ts-bridge ignore points from Datadog that are less than 1 minute old to allow data to be fully processed and aggregated.

knyar added a commit to knyar/ts-bridge that referenced this issue Nov 12, 2018
Points that are very fresh (<1m by default) will be ignored, since they
might represent incomplete data.

Issue google#8 has slightly more details.
knyar added a commit to knyar/ts-bridge that referenced this issue Nov 12, 2018
Points that are very fresh (<1m by default) will be ignored, since they
might represent incomplete data.

Issue google#8 has slightly more details.
knyar added a commit to knyar/ts-bridge that referenced this issue Nov 12, 2018
Points that are very fresh (<1m by default) will be ignored, since they
might represent incomplete data.

Issue google#8 has slightly more details.
knyar added a commit to knyar/ts-bridge that referenced this issue Nov 12, 2018
Points that are very fresh (<1m by default) will be ignored, since they
might represent incomplete data.

Issue google#8 has slightly more details.
@knyar knyar closed this as completed in 1f6385f Nov 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant