Opencensus Go Versions Save

A stats collection and distributed tracing framework

v0.19.2

5 years ago

Note: Gauge support is incomplete in this release. It should be available in 0.20.0

3b8e2721f2c3c01fa1bf4a2e455874e7b8319cd7 (HEAD, tag: v0.19.2) Run command mod tiny (#1052) 5439521ef327a8c875a33a20b4d3cf00a46e3819 Minor cleanups in the tests. (#1066) 4c51322deaf814004e48e541c32b0cf777d04f8d Fix misspell in the comments. (#1065) 2656f29035855a0148283f6ea10490c176db0cd9 Add support for derived gauges. (#1060) 05c3ab66b023eab41d1e5a62cb1edf6aefe55b76 update link type definition to adhere to spec. (#1062) 084f0af45890ac542efb278fdcb11eb19f78d664 Exporter/Prometheus: Simplify histogram creation. (#1061) bf23ae1ffcc5e22ab26392aaf8d15e6b965675a5 (label_keys) During gauge creation return error instead of panic. (#1057) d1aebdcb4d4866dcb036f57503d612add60f22a7 refactor ReadAll to Read and fix concurrency issue. (#1056) 2eaaf3ad5aeaf6d5f513040ace947fad79d9da63 Add makefile, enforce lint, fix lint errors. (#1044) 1c9fa349e904ab5e280e67471b53d7c5f696ef0d rename producer to metricproducer package. (#1053) 127ad9a0bda233d0ee48bfc85b433680af5e3750 ochttp plugin: add remote span as parent link instead of child link. (#1055) 8734d3b4deb5b1369308eb92b16ca7c7dd5ff343 Make Add, Delete, GetAll associated with producer.Manager (#1047)

v0.19.1

5 years ago

f305e5c4e2cf345eba88de13d10de1126fa45a61 add metric producer manager. (#1039) dc0ac5c2c858512c103d555317a3039ede8637fa exporter/jaeger: ensure non-zero status code sets error tag 22a302cdd30bb5e3c0c894c70decd0b53e96eda0 treat 0 bucket bound as an error. (#1037) 0f56738270a355db0b8f587c42f6c4e2635bca08 fix inconsistent jaeger test. (#1038) 144687d8128a6c935b2106cebef35215b541cd16 Use Host from Request instead of Request.URL (#1036) 62b306abc9d664e1185f921a82872cb9e5bf586b Increase time waited in TestHandlerImplementsHTTPCloseNotify (#1027) beafb2a85a579a4918ba259877a1625e9213a263 Add support for Float64 Attribute. (#1033) 6499bfc9eda4dee6663352fe6494c751b2f9b053 Add code owners to restrict access. (#1030) bf352733d4dffdd0e650c71cabc694aca654be9a Revert "RFC: add SpanContext.LocalRootSpanID (#1029)" (#1031) 57c09932883846047fd542903575671cb6b75070 RFC: add SpanContext.LocalRootSpanID (#1029) ed9f155754b50f84f15997a4550ebd54667078e7 revert (#1000) and update prometheus version. (#1026) 7a32882185281dc6ea972e9b80d6a58448359977 (grpc_rpc_started) Add support for child span count. (#1023) 3cbb6ce43853260092b2858e37d5b692b57b432b Enforce message event and link limits. (#1022) ad83cdacffdbd053b1629e6174360e60486d8cac Enforce annotation limit. (#1021) 3abc75f40a2357dfd55e20f1631a181c31cacb04 Allow setting the http route from HTTP handlers (#1017) 50686e2a1af8be72538901d5f9e77b38e10b52d7 enforce attribute limit (#1020) 4baeb639308e8502f1bd4d713236b7978ab8f125 Add option to configure limits for attributes, annotations, message events and links. (#1015) 1d7c80bdb10d66ba5297d42d81b432f8c7efeedd fix build error. (#1019) 6f50dd46d1afc6f1e8062f91b24800d0eb46d54b Bump up the version to 0.20.0 (#1016)

v0.19.0

5 years ago

2b5032d Add metric package containing Gauge support 2f39cd4 Update internal import. (#1014) 6e8ca2c Guard bundler from buffering too many messages in memory (#1011) 950a67f Fix data race when registering views multiple times 25040cf Return an error if negative bucket bounds are provided df705ed Upgrade dependencies; resolve test issue with Prom exporter (#1000) 8b95f1c Add metric data model and export support (#977) 9f101dc Improve the accuracy of the response size in ochttp (#997) aab39bd Make our user-agent consistent with other user-agents. (#991) 8b019f3 Remove dead code in Prometheus exporter. (#990) aeef0d7 Fix prometheus exporter when tags are missing. (#989) fa1e35e Keep pointer receiver name consistency for stats.Measure types (#982) 296c89c Revert "Add metric API (#975)" (#981) a91cf18 Add metric API (#975) 91a0276 Update README link to database/sql wrapper (#972) 94fd1d0 exporter/prometheus: provide ConstLabels (#962) 4f7fcb4 Add resource package (#878) 96e75b8 Bump version to 0.19.0 (#955)

v0.18.0

5 years ago

486d66a zpages: fix Snapshot int->*int64 changes + tests on count (#952) ae36bd8 Exemplar implementation (#917) b6be004 Always end execution tracer task (#943) f261ec0 Allow user to set start options perf HTTP request (#924) ae11cd0 Improve W3C Trace Context compliance (#934) 2b3f775 Set status code attribute for ochttp.Server (#933) c50972b Bring ochttp client views in line with spec (#929) 2269ed7 Add stats.RecordWithTags (#918) 3500eaa Remove unused exporterutil package (#919) 3d73a6c Jaeger: allow other endpoint URL paths than the default (#915)

v0.17.0

5 years ago

79993219becaa7e29e3b60cb67f5b8e82dee11d6 Tracestate propagate (#901) 209434aebbce1f721cedc64c2c3ca402585bf70c #762 enhanced output of example PrintExporter with a focus on clarity 53d438757d994ef2e7624cad3de6ac36764496fa doc: add SetReportingPeriod recommendations (#910) f21fe3feadc5461b952191052818685a410428d4 Fix http status code string format (#905)

v0.16.0

5 years ago

d3ed4d2 Add Tracestate to SpanContext (#890) 00883d3 ochttp.Transport should not modify request (#898) 7c76463 Support http_server_route tag (#879) ae28ecc zpages: fix countFormatter code and add tests (#896) 91168ff [refactor] Change SpanAnnotator to SpanAnnotatingClientTrace (#870) 71e2e3e Add possibility to Jaeger to add process tags (#871) 7e6c39b Add go.mod file (#877) bfa2d76 Vendor Thrift, since upstream repo is unavailable e9e93c6 Document that ExportView is not called concurrently (#864) 1789eaf trace: reorder defaultIDGenerator fields for 8byte alignment (#866)

v0.15.0

5 years ago

7b55805 Remove deprecated Stackdriver exporter (#856) db4ae14 Add NewClientTracer option to allow usage of httptrace package with ochttp (#848) 5f0e92a lockless version of defaultIDGenerator.NewSpanID (#851) 72a330c Follow modification to TraceContext HTTP propagation specs (#847) 78fb78a Report data for a given view when it is unregistered. (#846) 9260bbf Don't trace /healthz (#844) 648d530 made trackingresponsewriter a properly transparant wrapper (#830) 2b984bd optimizes Span.End() to return faster if possible (#832)

v0.14.0

5 years ago

264a2a4 zpages/rpcz: fix constant error total accumulation (#803) 420188b Fix race in RetrieveData (#799) 2eab5e6 Span naming flexibility (#796)

v0.13.0

6 years ago

6edeb78 Initial support for lazily enabling zpages at runtime (#774) 0dabe09 Move version accessor to the opencensus package (#781)

v0.12.0

6 years ago

5897c5c Export a variable with the current version, for use by exporters (#775)