History of metrics / cloudwatch @debian/0.6.0-3
- do not prefix metrics with 'p', just like it was previously. Eric Feliksik 5 years ago
- test cloudwatch.WithPercentiles() Eric Feliksik 5 years ago
- fix test to read quantile metrics with p prefix Eric Feliksik 5 years ago
- Cleaner/easier way for user to specify Cloudwatch metric percentiles. Eric Feliksik 5 years ago
- Use Cloudwatch options in the struct itself, which is cleaner Eric Feliksik 5 years ago
- Tolerate that there may not be any lables, if the teststat.FillCounter() did not add any samples. Eric Feliksik 5 years ago
- Refactor cloudwatch: Reset().Walk() on every Send(), like influx impl does. Eric Feliksik 5 years ago
- add failing test for cloudwatch metrics, that are not reset Eric Feliksik 5 years ago
- Fixed log formatting in cloudwatch package tests. Lars Lehtonen 5 years ago
- Issue #529: replaced SetConcurrency() with new parameter in New(). Moved semaphore into the cw struct and use defer when using it. Fixed data partitioning logic and separate batch creation from goroutines launching. Improved tests. Alejandro Pedraza 5 years ago
- Issue #529: Partition API requests to CloudWatch into separate concurrent batches to circumvent the 20 data per request limit that they have Alejandro Pedraza 5 years ago
- Fix comment wrapping. Cameron Stitt 6 years ago
- Fixes from PR. Cameron Stitt 6 years ago
- Use cloudwatch interface and add tests. Cameron Stitt 6 years ago
- Fix build error. Cameron Stitt 6 years ago
- Add comments and use default quantiles. Cameron Stitt 6 years ago
- Add histogram instrument. Update WriteLoop to put all metrics at once. Cameron Stitt 6 years ago
- Add gauge instrument. Cameron Stitt 6 years ago
- Use WriteLoop approach to reduce api overhead. Cameron Stitt 6 years ago
- Start investigating cloudwatch metrics. Cameron Stitt 6 years ago