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

OpenCensus Go 0.19.2

Compare
Choose a tag to compare
@rghetia rghetia released this 21 Mar 21:00
· 115 commits to master since this release
3b8e272

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

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