-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Aggregate multiple Stackdriver TimeSeries in requests #5407
Aggregate multiple Stackdriver TimeSeries in requests #5407
Conversation
db55582
to
cfbaa94
Compare
hello @danielnelson, Referring to #5404 what are your thoughts on this implementation? |
cfbaa94
to
db3c13a
Compare
@danielnelson fixed 👍 |
@Legogris I should have checked this already, but I don't have you listed as having signed our CLA. Could you fill it out, if you already did it once could you do it again as something must have gone wrong on our end. |
@danielnelson Signed (again, I think)! 👍 |
This is a first attempt at #5404. This is not yet perfect, as it just does an iteration over the metrics/fields, adding TimeSeries until adding the next one would mean a duplicate, in which case it sends off the batch so far and then proceeds with a new request.
This should still be an improvement over the current situation (it is not yet properly tested in practice, though)