Tree @cme/main (Download .tar.gz)
History of metrics @cme/main
- Merge pull request #610 from esenac/timer-unit Peter Bourgon (commit: GitHub) 4 years ago
- fix missing comma in example histogram code Daniel García 4 years ago
- Changes as per code review esenac 4 years ago
- Set time unit on metrics.Timer esenac 4 years ago
- Merge pull request #602 from jfhamlin/fix/dogstatsd Peter Bourgon (commit: GitHub) 4 years ago
- Merge pull request #599 from feliksik/feliksik/easy-percentiles Peter Bourgon (commit: GitHub) 4 years ago
- Fix for dogstatsd metrics with default tags and no labelValues James Hamlin 4 years ago
- Merge pull request #588 from jfhamlin/fix/dogstatsd Peter Bourgon (commit: GitHub) 4 years ago
- do not prefix metrics with 'p', just like it was previously. Eric Feliksik 4 years ago
- test cloudwatch.WithPercentiles() Eric Feliksik 4 years ago
- fix test to read quantile metrics with p prefix Eric Feliksik 4 years ago
- Cleaner/easier way for user to specify Cloudwatch metric percentiles. Eric Feliksik 4 years ago
- Use Cloudwatch options in the struct itself, which is cleaner Eric Feliksik 4 years ago
- Tolerate that there may not be any lables, if the teststat.FillCounter() did not add any samples. Eric Feliksik 4 years ago
- Refactor cloudwatch: Reset().Walk() on every Send(), like influx impl does. Eric Feliksik 4 years ago
- add failing test for cloudwatch metrics, that are not reset Eric Feliksik 4 years ago
- Track gauge values and support default tags for dogstatsd James Hamlin 4 years ago
- Fixed log formatting in cloudwatch package tests. Lars Lehtonen 4 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 4 years ago
- Issue #529: Extracted FillCounter() from TestCounter() to reuse counter-filling logic in cloudwatch_test.go Alejandro Pedraza 4 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 4 years ago
- Update metrics doc table for cloudwatch. Cameron Stitt 5 years ago
- Fix comment wrapping. Cameron Stitt 5 years ago
- Fixes from PR. Cameron Stitt 5 years ago
- Use cloudwatch interface and add tests. Cameron Stitt 5 years ago
- Fix build error. Cameron Stitt 5 years ago
- Add comments and use default quantiles. Cameron Stitt 5 years ago
- Add histogram instrument. Update WriteLoop to put all metrics at once. Cameron Stitt 5 years ago
- Add gauge instrument. Cameron Stitt 5 years ago
- Use WriteLoop approach to reduce api overhead. Cameron Stitt 5 years ago