This repository provides common Go utilities and helpers that are reusable from project-to-project. The goal is to prevent code duplication by encouraging teams to use and contribute to toolkit libraries. The toolkit is not a framework. Rather, it is a set of (mostly gRPC-related) plugins and helpers.
Migrate from Travis CI to Github Actions (#1237, #1244)
OpenCensus Go 0.22.5
Changes Since 0.22.4
8e242ed Comment on GRPC latency measure reuse (#1217)
af30f77 Record a Start Time Per Time Series within a View (#1220)
3456e1d Made public traceparent/tracestate marshal/unmarshal (#1218)
d7677d6 Include const labels in baseMetric.upsertEntry (#1221)
5bb2445 update golang.org/x/text to v0.3.3 (#1230)
3fb168f Defer IDGenerator initialization until first use (#1228)
Commits
b1a01ee Add started RPC metric for client and server side (#1283)
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps go.opencensus.io from 0.22.4 to 0.24.0.
Release notes
Sourced from go.opencensus.io's releases.
Commits
b1a01ee
Add started RPC metric for client and server side (#1283)0bf7faa
Fix CI, and update testify (#1284)0521206
Passing capacity to make() in place of length. (#1276)c2a62a2
fix: Add function to stop the defaultWorker (#1272)bf52d9d
RemoveconvTslice
calls in Record() (#1268)ad0b46e
Precompute encodeWithKeys buffer size to avoid resizes (#1269)a55fb71
OptimizeRecord()
to avoid extra allocations (#1267)dcf8515
Fix formatting to pass with go1.17 (#1270)fb455b0
Remove@rakyll
from codeowners (#1256)f5c4b39
Bump version to next expected release (#1257)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show