-
Notifications
You must be signed in to change notification settings - Fork 813
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
dogstatsd error #894
Comments
@dcoleman17 might be related to your bucketing work |
Looks like it is the bucketing changes. I think that self.current_mbc should be initialized to {} instead of None at https://github.com/DataDog/dd-agent/blob/master/aggregator.py#L471 and https://github.com/DataDog/dd-agent/blob/master/aggregator.py#L580 |
@dcoleman17 this issue has started to pop up in the field (https://datadog.desk.com/agent/case/9575). Can you make sure it gets fixed and release soon? cc @remh |
Fixed a while back. |
I am still getting this:
Collector 4.2.1 just installed... :( |
I'm getting this also, version 4.3.0
|
Do you have an |
Removing the empty options array worked a treat. Thanks, @clofresh. |
Same here... removed empty options... |
The text was updated successfully, but these errors were encountered: