Update module go.opencensus.io to v0.22.0
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
go.opencensus.io | require | minor | v0.22.0 | source |
Release Notes
census-instrumentation/opencensus-go
v0.22.0
Important Changes
- constants for monitored resources are moved to this repo and removed from resource repo
- Added safe way to create tag Key using MustNewKey
Complete list of changes since release v0.21.0
9c37759
tag: add func MustNewKey to wrap NewKey with panic (#1141)
766cc5b
update comment for cloud resources.
fff365e
add constant keys for resources.
54a91f5
Fix a couple of broken links (#1142)
f24e562
Fix typos and imports. (#1139)
17d7955
Replace "x/net/context" import with "context" (#1138)
a2c785e
Upgrade dependencies. (#1137)
3f87460
remove triage-me label from template.
5c6a904
Bump up the version to v0.22.0
v0.21.0
Important changes
Breaking changes
- Added description field to LabelKey in metricdata package. This is a breaking change. However, the effect should be minimal as it is only used by stackdriver exporter.
- Prometheus, zipkin and jaeger exporters are removed from go.opencensus.io and are moved contrib.go.opencensus.io. This is another breaking change ONLY if the version is not locked using either go.sum or Gopkg.lock
Features
- Added support for Cumulative and Derived Cumulative metrics. It is similar to Gauge and Derived Gauge, with key difference that the value of a Cumulative can only go up.
- Added constant labels for Gauges and Cumulatives.
- Added example for Gauge and Derived Gauge.
- Added Log Exporter to export metrics and trace spans to a log file.
Complete list of changes since release v0.20.0
df6e200
Run go mod tidy before merging dev to master.
9328d44
Remove deprecated exemplar package. (#1124)
beff310
Exemplar: Record with sampled SpanContext in gRPC plugin. (#1127)
648e9a0
fix buckets in example/quickstart (#1132)
d00fa0c
Added payload size to http server integration (#1129)
6161d2e
Add support for Tag metadata (#1125)
ed3a3f0
Move exporters out from core. (#1118)
c31d268
add constant labels to gauges and cumulative metrics (#1122)
3e65bcb
update example to use log exporter. (#1128)
295a4b8
Add log exporter. (#1126)
0ac3701
Exemplar: Add new record APIs that take exemplar attachments and SpanContext key. (#1123)
18733e4
remove Set method for cumulatives. (#1120)
9a306f3
fix typo in feature request template. (#1119)
cc78dac
update issue template. (#1117)
4651f24
Add description field to LabelKey (#1114)
c82de26
add space between error and %v in gauge example. (#1116)
6bebf56
Fix comment received for #1110 after it was merged. (#1113)
a7c47d3
Add derived gauge example. (#1110)
1c036df
Fix TOC and some typos. (#1111)
a209e58
Remove extraneous err check. (#1109)
5d1b8af
Add gauges example. (#1107)
aca3e8a
Add support for metrics in prometheus exporter (#1105)
ef4afeb
fix race condition in reading record and updating record. (#1104)
bf1b28d
replace missing tag with empty values during metric export. (#1102)
df5e771
Add support for cumulative. (#1090)
01ba744
Refactor gauge and registry to accommodate cumulative. (#1089)
75c0cca
run go mod tidy after fixing dependency on google.golang.org/api (#1097)
a901c1e
fix version script to ignore pre-release tags. (#1098)
8930459
change google.golang.org/api dependency to v0.3.1 (#1096)
eec2a5d
replace +alpha with -alpha. (#1095)
60399d2
Fix version dependencies with google.golang.org (#1094)
d0e431e
Bump up the version to 0.21.0 (#1088)
v0.20.2
v0.20.1
v0.20.0
46618d0
Replace deprecated Endpoint of Jaeger example (#1087)
948b0cb
Refactor gauge api with options. (#1086)
41e54b8
metric type is not set for gauges. (#1082)
ec71c97
stats worker as metric producer. (#1078)
5ae9166
Add support for reader. (#1049)
7396103
http out test cases (#928)
8a36f74
Exemplar: Use generic interface for attachment values. (#1070)
ebb7978
Exemplar: Restore previous package to avoid breaking downstream. (#1071)
6ddd4bc
ochttp plugin: makes Body a transparent wrapper (#1069)
604812a
Exemplar: revert wrong implementation. (#1067)
v0.19.3
v0.19.2
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)
v0.19.1
f305e5c
add metric producer manager. (#1039)
dc0ac5c
exporter/jaeger: ensure non-zero status code sets error tag
22a302c
treat 0 bucket bound as an error. (#1037)
0f56738
fix inconsistent jaeger test. (#1038)
144687d
Use Host from Request instead of Request.URL (#1036)
62b306a
Increase time waited in TestHandlerImplementsHTTPCloseNotify (#1027)
beafb2a
Add support for Float64 Attribute. (#1033)
6499bfc
Add code owners to restrict access. (#1030)
bf35273
Revert "RFC: add SpanContext.LocalRootSpanID (#1029)" (#1031)
57c0993
RFC: add SpanContext.LocalRootSpanID (#1029)
ed9f155
revert (#1000) and update prometheus version. (#1026)
7a32882
(grpc_rpc_started) Add support for child span count. (#1023)
3cbb6ce
Enforce message event and link limits. (#1022)
ad83cda
Enforce annotation limit. (#1021)
3abc75f
Allow setting the http route from HTTP handlers (#1017)
50686e2
enforce attribute limit (#1020)
4baeb63
Add option to configure limits for attributes, annotations, message events and links. (#1015)
1d7c80b
fix build error. (#1019)
6f50dd4
Bump up the version to 0.20.0 (#1016)
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.