aboutsummaryrefslogtreecommitdiff
path: root/exporters/trace
AgeCommit message (Expand)Author
2018-10-11Exporter/OcAgent: Add methods for getting and applying config. (#1488)Yang Song
2018-10-10Exporter/OcAgent: Add options on retry interval and config. (#1487)Yang Song
2018-10-08 Exporter/OcAgent: Add a fake implementation of TraceService. (#1481)Yang Song
2018-09-26Exporter/OCAgent: Add OcAgentNodeUtils. (#1471)Yang Song
2018-09-24Exporter/OCAgent: Move TraceProtoUtils to exporter. (#1470)Yang Song
2018-09-24Exporter: Start adding OC-Agent Trace Exporter. (#1455)Yang Song
2018-09-24 Monitored Resource: replace gke_container with k8s_container in SD exporter ...Mayur Kale
2018-09-18Common: Add an API Functions.returnToString(). (#1443)Yang Song
2018-09-18Update release versions for all readme and build files. (#1452)sebright
2018-09-18Pass a preconfigured HttpSender to the trace exporter (#1444)Ashwin Chandrasekar
2018-09-17Tracing: Add AttributeValueDouble. (#1442)Yang Song
2018-09-15Update release versions for all readme and build files. (#1435)sebright
2018-09-06Added ability to specify a custom gRPC stub for the stackdriver exporter (#1410)Steven Niemitz
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-27Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1...Bogdan Drutu
2018-08-18 Update all targets to at least java7 and android14 (#1367)Bogdan Drutu
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-07-22Zipkin exporter: Use the correct attribute value. (#1334)Yang Song
2018-07-17Small cleanup in Stackdriver trace exporter. (#1319)Bogdan Drutu
2018-06-21Update release versions for all readme and build files. (#1277)Yang Song
2018-06-13Error Prone: 2.2.0 -> 2.3.1sebright
2018-06-13Error Prone: 2.2.0 -> 2.3.1Kristen Kozak
2018-06-13Stackdriver Trace Exporter: improve unit tests on resource labels. (#1254)Yang Song
2018-06-12Stackdriver Trace Exporter: add resource labels to Spans. (#1243)Yang Song
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-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-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-04-27Update release versions for readme and build files. (#1160)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-27Remove @SuppressWarnings("nullness") from all AutoValue classes.Kristen Kozak
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-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é