aboutsummaryrefslogtreecommitdiff
path: root/exporters/stats/stackdriver
AgeCommit message (Expand)Author
2018-09-24 Monitored Resource: replace gke_container with k8s_container in SD exporter ...Mayur Kale
2018-09-18Update release versions for all readme and build files. (#1452)sebright
2018-09-17allow arbitrary metric prefixes (#1440)Mayur Kale
2018-09-15Update release versions for all readme and build files. (#1435)sebright
2018-08-28Update release versions for all readme and build files. (#1398)Yang Song
2018-08-28Remove guava dependency from the API artifact. (#1393)Bogdan Drutu
2018-08-18 Update all targets to at least java7 and android14 (#1367)Bogdan Drutu
2018-08-08Allow users to use custom metric name prefix for Stackdriver (#1057)Yang Song
2018-08-01Update README of Stackdriver stats exporter. (#1356)Yang Song
2018-08-01Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354)sebright
2018-07-24Extract constant functions when used in match to reduce number of allocations...Bogdan Drutu
2018-06-21Update release versions for all readme and build files. (#1277)Yang Song
2018-06-13Stackdriver Stats Exporter: don't set StartTime for Gauge values. (#1253)Yang Song
2018-06-11Stackdriver Stats Exporter: remove unnecessary SuppressWarnings. (#1249)Yang Song
2018-06-05Update release versions for all readme and build files. (#1237)Yang Song
2018-05-30Add a note about Guava version conflicts in cloud client library. (#1221)Yang Song
2018-05-30 Overwrite the sampling probability to default for stats exporters. (#1219)Yang Song
2018-05-15Avoid sending negative timestamps to Stackdriver.Kristen Kozak
2018-05-15Throw IllegalArgumentException when Timestamp.create receives invalid arguments.Kristen Kozak
2018-05-08Update release versions for all readme and build files. (#1190)Yang Song
2018-05-02Update release versions for all readme and build files. (#1178)Yang Song
2018-04-27Update release versions for readme and build files. (#1160)Yang Song
2018-04-27Add Aggregation.LastValue and AggregationData.LastValueData to support Gauge ...Yang Song
2018-04-26Move monitored resource detection utils to a separate artifact. (#1135)Yang Song
2018-04-19Update the MonitoredResource section in SD readme (#1140)Yang Song
2018-04-16Improve Duration.toMillis() (#1132)Yang Song
2018-04-16 Move toMillis(Duration) to Utils so that it can be reused. (#1114)Yang Song
2018-04-13Auto detect AWS EC2 resources. (#1126)Yang Song
2018-04-13Update release versions for all readme and build files. (#1129)Yang Song
2018-04-03Fix a few typos in exporter README (#1110)Yang Song
2018-03-30Update StackdriverStatsExporter README about auto-detecting resources. (#1107)Yang Song
2018-03-28Deprecate Mean and MeanData (#1101)Yang Song
2018-03-27Remove @SuppressWarnings("nullness") from all AutoValue classes.Kristen Kozak
2018-03-26Auto detect GCE and GKE Stackdriver MonitoredResources. (#1071)Yang Song
2018-03-26Point README at correct link for monitoring API (#1091)Jean de Klerk
2018-03-26Simplify README.md (#1092)Jean de Klerk
2018-03-23Merge pull request #1086 from sebright/run-findbugs-on-testssebright
2018-03-23Set unit '1' when the aggregation type is Count. (#1087)Bogdan Drutu
2018-03-23Enable FindBugs in tests.Kristen Kozak
2018-03-07Deprecate Window and WindowData. (#1018)Yang Song
2018-02-28Fix typo. (#1036)Ian Sturdy
2018-02-27Update release versions for all readme and build files. (#1033)Yang Song
2018-02-19Update release versions for all readme and build files. (#1010)Yang Song
2018-02-15Add Nullable annotation to tag values. (#998)Yang Song
2018-02-08Increase batch export size of StackdriverStatsExporter to 200 (#988)Yang Song
2018-02-07Add '@since' Javadoc tag to all exporter APIs (issue #864).Kristen Kozak
2018-01-24Update release versions for all readme and build files. (#961)Hailong Wen
2018-01-23Keep artifacts dependencyConvergence-clean (#959)Bogdan Drutu
2018-01-22Update StackdriverStatsExporter to use the new configuration class. (#948)Yang Song
2018-01-22Update script in RELEASING.md and use them to update release version in all r...Hailong Wen