1. 7396103 http out test cases (#928) by Sergey Kanzhelev · 6 years ago
  2. 6ddd4bc ochttp plugin: makes Body a transparent wrapper (#1069) by Maxime Vercheval · 6 years ago
  3. 5439521 Minor cleanups in the tests. (#1066) by Bogdan Drutu · 6 years ago
  4. 4c51322 Fix misspell in the comments. (#1065) by Bogdan Drutu · 6 years ago
  5. 2eaaf3a Add makefile, enforce lint, fix lint errors. (#1044) by Bogdan Drutu · 6 years ago
  6. 127ad9a ochttp plugin: add remote span as parent link instead of child link. (#1055) by rghetia · 6 years ago
  7. 22a302c treat 0 bucket bound as an error. (#1037) by rghetia · 6 years ago
  8. 144687d Use Host from Request instead of Request.URL (#1036) by Philipp Hug · 6 years ago
  9. 62b306a Increase time waited in TestHandlerImplementsHTTPCloseNotify (#1027) by Stephen G · 6 years ago
  10. 3abc75f Allow setting the http route from HTTP handlers (#1017) by Márk Sági-Kazár · 6 years ago
  11. 9f101dc Improve the accuracy of the response size in ochttp (#997) by Le Van Nghia · 6 years ago
  12. ae36bd8 Exemplar implementation (#917) by Ramon Nogueira · 6 years ago
  13. f261ec0 Allow user to set start options perf HTTP request (#924) by JBD · 6 years ago
  14. fb92c34 Fix some doc lint warnings (#939) by Ramon Nogueira · 6 years ago
  15. c20af95 Don't rely on global trace.ApplyConfig in tests (#938) by Ramon Nogueira · 6 years ago
  16. ae11cd0 Improve W3C Trace Context compliance (#934) by Reiley Yang · 6 years ago
  17. 2b3f775 Set status code attribute for ochttp.Server (#933) by Julian V. Modesto · 6 years ago
  18. c50972b Bring ochttp client views in line with spec (#929) by Ramon Nogueira · 6 years ago
  19. 2269ed7 Add stats.RecordWithTags (#918) by JBD · 6 years ago
  20. 7999321 Tracestate propagate (#901) by rghetia · 6 years ago v0.17.0
  21. f21fe3f Fix http status code string format (#905) by Rafael Jesus · 6 years ago
  22. 00883d3 ochttp.Transport should not modify request (#898) by Ramon Nogueira · 6 years ago
  23. 7c76463 Support http_server_route tag (#879) by Ramon Nogueira · 6 years ago
  24. 91168ff [refactor] Change `SpanAnnotator` to `SpanAnnotatingClientTrace` (#870) by Diógenes Falcão · 6 years ago
  25. db4ae14 Add NewClientTracer option to allow usage of httptrace package with ochttp (#848) by Bas van Beek · 6 years ago
  26. 72a330c Follow modification to TraceContext HTTP propagation specs (#847) by Yuichi Saito · 6 years ago
  27. 9260bbf Don't trace /healthz (#844) by JBD · 6 years ago
  28. 648d530 made trackingresponsewriter a properly transparant wrapper (#830) by Bas van Beek · 6 years ago
  29. 2b984bd optimizes Span.End() to return faster if possible (#832) by Bas van Beek · 6 years ago
  30. e162261 Remove deprecated methods in line with deprecation policy (#812) by Ramon Nogueira · 7 years ago
  31. 2eab5e6 Span naming flexibility (#796) by Bas van Beek · 7 years ago
  32. 212f272 Documentation and example cleanup (#787) by Ramon Nogueira · 7 years ago
  33. b8a6dd9 Fix lint issues (#771) by Ramon Nogueira · 7 years ago
  34. 3a82755 Expose B3 header-parsing functions (#758) by Ramon Nogueira · 7 years ago
  35. 4356161 Make plugin/ochttp/Handler implement common HTTP server interfaces by Emmanuel T Odeke · 7 years ago
  36. 10cec2c Export constants for trace.Status codes (#734) by Ramon Nogueira · 7 years ago v0.9.0
  37. 9f6adc5 Fix always-nil dereference (#731) by Ramon Nogueira · 7 years ago
  38. 85464ad Update gRPC measures and views from spec (#689) by Ramon Nogueira · 7 years ago
  39. 730e847 Deprecate NewSpanXXX in the favor of StartSpan (#708) by JBD · 7 years ago
  40. 9b24783 Merge branch 'fix-plugin-ochttp-to-set-status-on-end' by Emmanuel T Odeke · 7 years ago
  41. e10b31a Make plugin/ochttp/server set its span status on ending by Emmanuel T Odeke · 7 years ago
  42. 5710257 Add Go import comments (#695) by Functionary Robot · 7 years ago
  43. 076344b Remove deprecated APIs (#667) by JBD · 7 years ago v0.7.0
  44. 2a1d4f6 Make CountData and SumData struct (#669) by JBD · 7 years ago
  45. 8069fe5 Proxy (http.Hijacker).Hijack() calls to Handler.responseWriter in ochttp (#648) by Emmanuel T Odeke · 7 years ago
  46. 7630269 Avoid global configuration overriding all (#655) by JBD · 7 years ago
  47. 7cc1962 Introduce trace.Config (#653) by JBD · 7 years ago
  48. 8af1546 Remove error from stats.{Float,Int}64Measure signatures (#641) by Ramon Nogueira · 7 years ago
  49. bae5a8b Removed Mean aggregation (#638) by Ramon Nogueira · 7 years ago
  50. b8f3b91 Span names shouldn't be prefixed with Sent and Recv (#616) by JBD · 7 years ago
  51. 1f3b709 Replace aggregation types with functions (#608) by Ramon Nogueira · 7 years ago
  52. ce5da10 Fix plugin/ochttp statusCode mistype and unconditional set by Emmanuel T Odeke · 7 years ago
  53. 7b6adb7 Set SpanKind for HTTP and gRPC requests (#614) by JBD · 7 years ago
  54. 3341038 Removed old Google propagation format package (#609) by Ramon Nogueira · 7 years ago
  55. e3a7a61 Add tests for gRPC span duration an Stackdriver gRPC exporting (#596) by Ramon Nogueira · 7 years ago
  56. 56bb98b Set status based on HTTP status code (#567) by JBD · 7 years ago
  57. 283e903 Remove NoStats (#603) by JBD · 7 years ago
  58. 92b618f Split default client and server views for the HTTP plugin (#601) by JBD · 7 years ago
  59. 0cb1ab3 Allow configuring ochttp.Handler for public servers (#563) by Ramon Nogueira · 7 years ago
  60. 90cbf26 Rename SetAttributes to AddAttributes (#595) by JBD · 7 years ago
  61. 5e1a3e8 rpcz doesn't display any data by Ramon Nogueira · 7 years ago
  62. 01b3958 Ensure rpcData fields are aligned properly on 32-bit architectures (#588) by JBD · 7 years ago
  63. 67dfb45 Remove NoTrace from achttp and ocgrpc integrations (#585) by Ramon Nogueira · 7 years ago
  64. 0ac2803 Allow customizing gRPC ServerHandler (#558) by Ramon Nogueira · 7 years ago
  65. 512c9eb Improve style in examples (#568) by JBD · 7 years ago
  66. 7ae2ca9 Don't propagate method and canonical_status for gRPC requests (#566) by JBD · 7 years ago
  67. fa75470 ochttp Handler and Transport StartOptions support (#562) by Ramon Nogueira · 7 years ago
  68. 847c850 Improve verbosity when creating trace attribute (#561) by JBD · 7 years ago
  69. b9a7684 Rename plugin/ocgrpc/testdata to plugin/internal/testpb (#554) by Ramon Nogueira · 7 years ago
  70. ac82455 Clean up ocgrpc: remote NewXXXStatsHandler methods. (#539) by Ramon Nogueira · 7 years ago
  71. 51f53ab Begin moving Google Cloud Trace format to the stackdriver package. (#555) by Ramon Nogueira · 7 years ago
  72. 0ccdb21 Remove deprecated trace.StartSpanWithXXX convenience methods (#540) by Ramon Nogueira · 7 years ago
  73. 4fa1543 Don't use deprecated grpc.Code and grpc.ErrorDesc (#551) by JBD · 7 years ago
  74. 40240f3 Remove vestigial ocgrpc.{client,server}{Stats,Trace}Handler (#548) by Ramon Nogueira · 7 years ago
  75. c863f21 Cleanup the ochttp package (#536) by JBD · 7 years ago
  76. bbc3874 DistributionAggregation([]float64{...}) to DistributionAggregation{} (#538) by Emmanuel T Odeke · 7 years ago
  77. 09d3108 Add stats support for net/http servers (#534) by JBD · 7 years ago
  78. 521e9b2 Move XRay to its own repo (#515) by Ramon Nogueira · 7 years ago
  79. 9010a7e stats/view ergonomics improvements (#492) by Ramon Nogueira · 7 years ago
  80. b6fadc9 Adding support for AWS X-Ray. Commit includes AWS X-Ray exporter along with by savaki · 7 years ago
  81. 8f65973 Allow users to disable stats and traces for Handler (#498) by JBD · 7 years ago
  82. e10541b Fix the status code attribute key (#499) by JBD · 7 years ago
  83. ec57abf Remove URL attribute, introduce path attribute (#493) by JBD · 7 years ago
  84. e2fe6be Add Sampler to ochttp.Transport (#486) by Ramon Nogueira · 7 years ago
  85. b2b21e2 Add ochttp.Transport benchmarks (#467) by Ramon Nogueira · 7 years ago
  86. b1f54de Reduce the pressure on event channel and avoid tag map alloc on the critical path (#464) by JBD · 7 years ago
  87. 8a0ae5f Don't record annotations other than payload event for gRPC (#471) by JBD · 7 years ago
  88. 9d9c4a3 Remove interval-related aggregation data methods (#466) by JBD · 7 years ago
  89. cf18fce Fix stats new measure error handling style (#463) by Emmanuel T Odeke · 7 years ago
  90. ba5c8f1 Refactor gRPC integration into a single package; rename measures and views. (#449) by Ramon Nogueira · 7 years ago
  91. 5529847 Make starting a custom span more straightforward. (#452) by Ramon Nogueira · 7 years ago
  92. d9935db Make propagation.HTTPFormat more descriptive of SpanContext by JBD · 7 years ago
  93. c977418 Improve godoc for ochttp vars. (#444) by Ramon Nogueira · 7 years ago v0.3.0
  94. 2a66d06 Move plugin/grpc to plugin/ocgrpc (#434) by JBD · 7 years ago
  95. 522b0ff Add TraceContext propagation format (#393) by JBD · 7 years ago
  96. 4315eb8 Update method for attaching outgoing metadata (#439) by Jean de Klerk · 7 years ago
  97. 614e9e7 Rename stats.New{Measure,Int}64 to just stats.{Measure,Int}64. by Ramon Nogueira · 7 years ago
  98. 878598e Remove Interval and Window from View, only support Cumulative views. by Ramon Nogueira · 7 years ago
  99. 904befa Extract stats/view package. by Ramon Nogueira · 7 years ago
  100. 7f68fb2 Enable streaming gRPC test (#433) by JBD · 7 years ago