aboutsummaryrefslogtreecommitdiff
path: root/exporters
AgeCommit message (Expand)Author
2018-06-05Update release versions for all readme and build files. (#1237)Yang Song
2018-06-01Cleanup trace exporters. (#1225)Bogdan Drutu
2018-05-31Update grpc and jagger. (#1222)Bogdan Drutu
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-21Stackdriver Trace Exporter: update README about auth setup and project id in ...Yang Song
2018-05-18Prometheus exporter: remove namespace and prefix for help message. (#1203)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-07Map http attributes to the stackdriver format, resolves #1153 (#1183)Sebastian Bruckner
2018-05-02Update release versions for all readme and build files. (#1178)Yang Song
2018-05-02Add missing Nullable annotation to Functions.returnNull().Kristen Kozak
2018-05-02Set bucket bounds as le labels for Prometheus exporter. (#1167)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-11This fixes the Jaeger integration test and generally cleans it up (#1122)Adrian Cole
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-26Merge pull request #1085 from marccarre/issues/1066-more-robust-jaeger-integr...sebright
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-24Wait for Jaeger to be able to handle HTTP requests, by retrying on unexpected...Marc CARRE
2018-03-24Wait for Jaeger to be able to handle HTTP requests, by retrying on unexpected...Marc CARRE
2018-03-24Wait for Jaeger to be ready by querying it rather than waiting.Marc CARRE
2018-03-24Fix/improve assertion on span duration.Marc CARRE
2018-03-24Add unit to all times and durations.Marc CARRE
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-23Run jaegertracing/all-in-one:1.2.0 instead of latest. (#1084)Marc Carré
2018-03-23Run docker version to find whether Jaeger integration test can be performed. ...Marc Carré
2018-03-22Run docker -v to find whether Jaeger integration test can be performed. (#1077)Marc Carré
2018-03-22Jaeger exporter test is now more robust to small IDs. (#1078)Marc Carré
2018-03-15Fix a failing test (#1063)Yang Song
2018-03-15Add traces exporter to Jaeger (#1023)Marc Carré
2018-03-07Add a PrometheusStatsConfiguration class. (#1056)Yang Song
2018-03-07Deprecate Window and WindowData. (#1018)Yang Song
2018-03-02Fixes copy/paste errors (#1034)Adrian Cole
2018-03-01Fix a typo in Zipkin exporter README (#1038)Yang Song
2018-02-28Fix a typo in Zipkin exporter README (#1037)Yang Song