-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update go.opentelemetry.io/otel #974
base: main
Are you sure you want to change the base?
Update go.opentelemetry.io/otel #974
Conversation
ℹ Artifact update noticeFile name: e2e-test-server/cloud_functions/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: e2e-test-server/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/metric/collector/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/metric/exponential_histogram/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/metric/otlpgrpc/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/metric/sdk/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/trace/http/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/trace/otlpgrpc/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: example/trace/otlphttp/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/collector/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/collector/integrationtest/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/metric/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/trace/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: internal/resourcemapping/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: propagator/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
18f7156
to
3b47119
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blocked because of the go version bump
abcc4f8
to
43f33d2
Compare
Needs to wait for the next release to include open-telemetry/opentelemetry-go#6073 |
4560b90
to
7a30875
Compare
/gcbrun |
7a30875
to
8029b4b
Compare
/gcbrun |
This PR contains the following updates:
v0.6.0
->v0.9.0
v0.10.0
->v0.14.0
v1.31.0
->v1.34.0
v0.54.0
->v0.59.0
v0.55.0
->v0.59.0
v0.56.0
->v0.59.0
v1.31.0
->v1.34.0
v1.30.0
->v1.34.0
v1.32.0
->v1.34.0
v1.31.0
->v1.34.0
v0.7.0
->v0.10.0
v1.32.0
->v1.34.0
v1.23.0
->v1.34.0
v1.32.0
->v1.34.0
v1.30.0
->v1.34.0
v1.31.0
->v1.34.0
v1.23.1
->v1.34.0
v1.31.0
->v1.34.0
v1.23.1
->v1.34.0
v1.31.0
->v1.34.0
v1.23.1
->v1.34.0
v0.54.0
->v0.56.0
v0.7.0
->v0.10.0
v1.32.0
->v1.34.0
v1.31.0
->v1.34.0
v0.8.0
->v0.10.0
v1.32.0
->v1.34.0
v1.31.0
->v1.34.0
v1.32.0
->v1.34.0
v1.31.0
->v1.34.0
v0.7.0
->v0.10.0
v1.32.0
->v1.34.0
v1.31.0
->v1.34.0
v1.30.0
->v1.34.0
v1.32.0
->v1.34.0
v1.31.0
->v1.34.0
Release Notes
open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/bridges/otelzap)
v0.9.0
Compare Source
This release upgrades its go.opentelemetry.io/otel dependency to v0.9.0.
Fixed
RELEASING.md
with correcttag.sh
command. (#130)Raw changes made between v0.8.0 and v0.9.0
0ea9f57
(HEAD -> master, tag: v0.9.0, tag: instrumentation/runtime/v0.9.0, tag: instrumentation/gopkg.in/macaron.v1/v0.9.0, tag: instrumentation/go.mongodb.org/mongo-driver/v0.9.0, tag: instrumentation/github.com/labstack/echo/v0.9.0, tag: instrumentation/github.com/gorilla/mux/v0.9.0, tag: instrumentation/github.com/gin-gonic/gin/v0.9.0, tag: instrumentation/github.com/emicklei/go-restful/v0.9.0, tag: exporters/metric/dogstatsd/v0.9.0, tag: exporters/metric/datadog/v0.9.0, upstream/master) Release v0.9.0 (#140)a08ff87
(origin/master, origin/HEAD) Bump github.com/golangci/golangci-lint from 1.28.2 to 1.28.3 in /tools (#135)4c660e5
Bump github.com/emicklei/go-restful/v3 from 3.0.0 to 3.2.0 in /instrumentation/github.com/emicklei/go-restful (#133)8bdd9d9
Update dependabot package directories (#131)70d36d9
Update RELEASING.md with correct tag.sh cmd (#130)v0.8.0
Compare Source
This release upgrades its go.opentelemetry.io/otel dependency to v0.8.0, includes minor fixes, and new instrumentation.
Additions
CHANGELOG.md
. (#114)emicklei/go-restful/v3
trace instrumentation. (#115)Changed
CONTRIBUTING.md
to ask for updates toCHANGELOG.md
with each pull request. (#114)github.com
package instrumentation under agithub.com
directory. (#118)Fixed
To start, this includes native instrumentation found in the
go-redis/redis
package. (#117)Commits since previous release (v0.7.0)
83f8ffa
(HEAD -> master, tag: v0.8.0, tag: instrumentation/runtime/v0.8.0, tag: instrumentation/gopkg.in/macaron.v1/v0.8.0, tag: instrumentation/go.mongodb.org/mongo-driver/v0.8.0, tag: instrumentation/github.com/labstack/echo/v0.8.0, tag: instrumentation/github.com/gorilla/mux/v0.8.0, tag: instrumentation/github.com/gin-gonic/gin/v0.8.0, tag: instrumentation/github.com/emicklei/go-restful/v0.8.0, tag: exporters/metric/dogstatsd/v0.8.0, tag: exporters/metric/datadog/v0.8.0, upstream/master, origin/master, origin/HEAD) Release v0.8.0 (#129)bdcc7fd
Bump github.com/golangci/golangci-lint from 1.28.1 to 1.28.2 in /tools (#125)0019f1c
Bump go.mongodb.org/mongo-driver from 1.3.4 to 1.3.5 in /instrumentation/go.mongodb.org/mongo-driver (#124)ae0d272
Bump github.com/golangci/golangci-lint from 1.28.0 to 1.28.1 in /tools (#123)09dd737
Bump github.com/golangci/golangci-lint from 1.27.0 to 1.28.0 in /tools (#122)e24f778
Slight improvement to doc.go for go-restful to meet docs requirement (#121)412a4a8
Add link to go-redis/redis OpenTelemetry integration (#117)19be05c
Include emicklei/go-restful in directory move (#120)370078e
Move all github.com instrumentation plugins down one level in directory hierarchy (#118)a24a7d5
Add emicklei/go-restful instrumentation (#115)9b5da8f
Create a changelog to document changes between versions (#114)v0.7.0
Compare Source
Add support for go.opentelemetry.io/otel v0.7.0
Raw changes made between v0.6.1 and v0.7.0
be5af6f
Create RELEASE instructions (#101)a3a136f
Modify Datadog example test to send UDP packets and validate them (#96)41015b5
Bump google.golang.org/grpc from 1.29.1 to 1.30.0 (#99)d8b0c8e
Bump google.golang.org/grpc in /instrumentation/labstack/echo (#100)2638e7b
Bump google.golang.org/grpc in /instrumentation/gin-gonic/gin (#98)90ce241
Using latest version of mod-tidier which supports go.{mod,sum} check (#97)6c478fe
Upgrade Exporter to match new API (#46)64e2183
Bump github.com/golangci/golangci-lint from 1.21.0 to 1.27.0 in /tools (#77)c83cc1e
Bump go.mongodb.org/mongo-driver from 1.3.2 to 1.3.4 in /instrumentation/go.mongodb.org/mongo-driver (#76)e719fe6
Bump github.com/stretchr/testify in /instrumentation/gin-gonic/gin (#75)0f251cc
Bump github.com/stretchr/testify (#74)b421721
Bump github.com/gin-gonic/gin from 1.6.2 to 1.6.3 in /instrumentation/gin-gonic/gin (#73)d923ef6
Bump google.golang.org/grpc from 1.28.1 to 1.29.1 (#72)c1fd2a1
Bump google.golang.org/grpc in /instrumentation/labstack/echo (#71)ea45049
Bump github.com/stretchr/testify from 1.5.1 to 1.6.1 in /instrumentation/macaron (#70)d5e8ef2
Bump google.golang.org/grpc in /instrumentation/gin-gonic/gin (#69)efaf37a
Bump gopkg.in/macaron.v1 from 1.3.5 to 1.3.9 in /instrumentation/macaron (#68)db6e6c5
Bump github.com/stretchr/testify in /instrumentation/labstack/echo (#67)eecea29
Bump github.com/stretchr/testify from 1.4.0 to 1.6.1 (#66)6972389
Bump github.com/stretchr/testify in /instrumentation/gorilla/mux (#65)f0fb8bc
Bump github.com/stretchr/testify from 1.5.1 to 1.6.1 in /exporters/metric/dogstatsd (#62)325b321
Update project docs and layout (#92)135745a
Bump github.com/stretchr/testify from 1.4.0 to 1.6.1 in /instrumentation/runtime (#64)9f68b4e
Fix company affiliation (#95)e4d3a09
Add dependabot tidy github workflow (#94)f45ec6b
Bump github.com/DataDog/datadog-go from 3.5.0+incompatible to 3.7.2+incompatible in /exporters/metric/datadog (#78)5e5d6f1
Create dependabot.yml (#61)25bcf27
Add tagging script for release process (#60)open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.34.0
: /v0.56.0/v0.10.0Compare Source
Overview
Changed
Logger
to make the whole Logs API user-facing ingo.opentelemetry.io/otel/log
. (#6167)Fixed
Type
name logged for thego.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
client is corrected fromotlphttpgrpc
tootlptracegrpc
. (#6143)Type
name logged for thego.opentelemetry.io/otel/exporters/otlp/otlptrace/otlphttpgrpc
client is corrected fromotlphttphttp
tootlptracehttp
. (#6143)What's Changed
4a55095
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/60392c02b82
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6043b7406c0
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/604194d1edd
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/604457a3b42
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/60479240e9c
by @renovate in https://github.com/open-telemetry/opentelemetry-go/pull/6048b2144cd
by @renovate in [https://github.com/fix(deps): update golang.org/x to b2144cd open-telemetry/opentelemetry-go#6067](https://redirect.github.com/open-Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.