Closed sonofaforester closed 8 years ago
cache_time was incorrectly being serialized as a TimeSpan which causes a 400 error in KairosDB. This fix properly serializes it as a number.
Nice dude. Thanks.
cache_time was incorrectly being serialized as a TimeSpan which causes a 400 error in KairosDB. This fix properly serializes it as a number.