Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

OpenCensus Go 0.5.0

Compare
Choose a tag to compare
@rakyll rakyll released this 18 Mar 19:03
· 342 commits to master since this release
983446b

92b618f Split default client and server views for the HTTP plugin (#601)
b4cbeef Update TravisCI to Go 1.10 (#599)
0cb1ab3 Allow configuring ochttp.Handler for public servers (#563)
90cbf26 Rename SetAttributes to AddAttributes (#595)
0919c44 Links in tracez should be relative
5e1a3e8 rpcz doesn't display any data
a2a7d39 Remove unnecessary defer in Span.End, shaving significant time
01b3958 Ensure rpcData fields are aligned properly on 32-bit architectures (#588)
67dfb45 Remove NoTrace from achttp and ocgrpc integrations (#585)
821173a Convert Attribute to a struct (#581)
3539f4d Move exporter examples under their respective exporter directories (#584)
25faf6e Fix xray package link (#586)
0ac2803 Allow customizing gRPC ServerHandler (#558)
6891f95 Allow overriding the DisplayName prefix in stackdriver metric descriptors (#583)
137758e Add NeverSample span around Stackdriver stats upload (#580)
fbaec82 Update internal UserAgent version to 0.4.0 to match latest release (#578)
eea28b8 Regenerate Jaeger gen-go (#577)
512c9eb Improve style in examples (#568)
ac93a1e Return fast if no measurements are recorded (#569)
2060f0b Use HTTP and gRPC guides as the entry point (#574)
7ae2ca9 (build) Don't propagate method and canonical_status for gRPC requests (#566)
f1af72a Make Sampler a function (#564)
fa75470 ochttp Handler and Transport StartOptions support (#562)
847c850 Improve verbosity when creating trace attribute (#561)
b9a7684 Rename plugin/ocgrpc/testdata to plugin/internal/testpb (#554)
ac82455 Clean up ocgrpc: remote NewXXXStatsHandler methods. (#539)
1fca35a Avoid creating spans around Stackdriver submit (#560)
51f53ab Begin moving Google Cloud Trace format to the stackdriver package. (#555)
0ccdb21 Remove deprecated trace.StartSpanWithXXX convenience methods (#540)
4fa1543 Don't use deprecated grpc.Code and grpc.ErrorDesc (#551)
0499798 Fix Prometheus exporter godoc (#546)
cdb099a Add benchmark to internal stats worker record command. (#545)
40240f3 Remove vestigial ocgrpc.{client,server}{Stats,Trace}Handler (#548)
2ecd8d9 (testpackag) Regenerate README and make minor style improvement (#535)
495804e Hide Measure fields. (#528)
c863f21 Cleanup the ochttp package (#536)
bbc3874 DistributionAggregation([]float64{...}) to DistributionAggregation{} (#538)
09d3108 Add stats support for net/http servers (#534)
9d3e85d Make Prometheus registry configurable (#533)