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

Not allowing invalid datapoints to ruin entire batches #1779

Merged
merged 2 commits into from
Jun 16, 2016
Merged

Conversation

captncraig
Copy link
Contributor

  1. opentsdb.DataPoint.IsValid is largely unchanged. Determines if datapoint is valid to submit as is.
  2. If collect gets a non-cleanable datapoint it silently drops it.
  3. When you Add a datapoint, if the tags cannot be cleaned, it will log a message with (hopefully) a helpful line number, and drop it.

Craig Peterson added 2 commits June 13, 2016 01:42
1. opentsdb.DataPoint.IsValid is largely unchanged. Determines if datapoint is valid to submit as is.
2. If collect gets a non-cleanable datapoint it silently drops it.
3. When you `Add` a datapoint, if the tags cannot be cleaned, it will log a message with (hopefully) a helpful line number, and drop it.
@captncraig captncraig merged commit 7396a3a into master Jun 16, 2016
@kylebrandt kylebrandt deleted the cleanOnAdd branch July 26, 2016 13:59
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

Successfully merging this pull request may close these issues.

1 participant