fix(deps): update all opentelemetry-go-contrib packages#14602
fix(deps): update all opentelemetry-go-contrib packages#14602
Conversation
f0ad1ca to
bf457fc
Compare
ℹ️ Artifact update noticeFile name: config/configgrpc/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: extension/zpagesextension/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: service/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
9dd4b2c to
19fe4ea
Compare
5c3782c to
c34cd6c
Compare
songy23
left a comment
There was a problem hiding this comment.
looks like this breaks Prometheus internal metrics again https://github.com/open-telemetry/opentelemetry-collector/actions/runs/22150279020/job/64039469113?pr=14602#step:6:847
There was a problem hiding this comment.
Looks like one of the metrics is renamed:
new name:
# HELP otelcol_process_runtime_alloc_bytes_total Cumulative bytes allocated for heap objects (see 'go doc runtime.MemStats.TotalAlloc') [Alpha]
# TYPE otelcol_process_runtime_alloc_bytes_total counter
otelcol_process_runtime_alloc_bytes_total
old name:
# HELP otelcol_process_runtime_total_alloc_bytes_total Cumulative bytes allocated for heap objects (see 'go doc runtime.MemStats.TotalAlloc') [Alpha]
# TYPE otelcol_process_runtime_total_alloc_bytes_total counter
otelcol_process_runtime_total_alloc_bytes_total
More details in #14615 Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #14602 +/- ##
==========================================
- Coverage 91.83% 91.80% -0.04%
==========================================
Files 679 679
Lines 42920 42920
==========================================
- Hits 39416 39401 -15
- Misses 2436 2446 +10
- Partials 1068 1073 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
This fixes an issue in the otelconf package that was preventing the Collector from upgrading to the latest version of the library. The issue is that the prometheus exporter uses a translation strategy that could not be changed with the existing configuration options, and this changed the output from the exporter, breaking backwards compat for the collector when upgrading to otelconf v0.20.0. See open-telemetry/opentelemetry-collector#14602 (review) for more details. Signed-off-by: alex boten <223565+codeboten@users.noreply.github.com>
This PR contains the following updates:
v0.13.0→v0.15.0v0.63.0→v0.65.0v0.63.0→v0.65.0v0.18.0→v0.20.0v1.38.0→v1.40.0v0.63.0→v0.65.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/bridges/otelzap)
v0.15.0Compare Source
[0.15.0] - 2020-12-11
Added
gcp.CloudRundetector for detecting resource from a Cloud Run instance. (#455)Raw changes made between v0.14.0 and v0.15.0
e7b70ebPrepare for v0.15.0 release (#486)54c6a6cAdd detector for Cloud Run service. (#455)79af2e9Bump google.golang.org/grpc from 1.33.2 to 1.34.0 in /instrumentation/google.golang.org/grpc/otelgrpc (#481)fd9db4aBump cloud.google.com/go from 0.72.0 to 0.73.0 in /detectors/gcp (#483)8f0fa29Bump google.golang.org/grpc from 1.33.2 to 1.34.0 in /instrumentation/google.golang.org/grpc/otelgrpc/example (#482)401ff52Bump google.golang.org/grpc from 1.33.2 to 1.34.0 in /propagators/opencensus/examples (#480)da8faf5Bump github.com/aws/aws-sdk-go from 1.35.35 to 1.36.2 in /detectors/aws (#479)b02fae7Add Amazon EKS Resource Detector (#465)d1534b8add opencensus propagation readme and example (#473)e1c598cAdd AWS X-Ray Propagator (#462)f9f5a21move opencensus binary propagation to contrib (#467)82eb6a3Bump github.com/google/go-cmp from 0.5.3 to 0.5.4 in /instrumentation/net/http/httptrace/otelhttptrace (#472)7ffe595Bump github.com/google/go-cmp from 0.5.3 to 0.5.4 in /propagators (#471)be1c230Bump github.com/google/go-cmp from 0.5.3 to 0.5.4 in /exporters/metric/cortex (#470)59c92e2Bump github.com/aws/aws-sdk-go from 1.35.33 to 1.35.35 in /detectors/aws (#469)9e9f21bBump github.com/golangci/golangci-lint from 1.32.2 to 1.33.0 in /tools (#468)645d23aAdd Amazon ECS Resource Detector (#466)d648427Bump github.com/aws/aws-sdk-go from 1.35.28 to 1.35.33 in /detectors/aws (#463)3be1f0dBump github.com/Shopify/sarama from 1.27.0 to 1.27.2 in /instrumentation/github.com/Shopify/sarama/otelsarama (#464)v0.14.0Compare Source
Added
otelhttp.{Get,Head,Post,PostForm}convenience wrappers for theirhttpcounterparts. (#390)Resource. (#410)Changed
Tracer/Metercreated by instrumentation packagesotelsaram,otelrestful,otelmongo,otelhttpandotelhttptrace. (#412)go.opentelemetry.io/otel. (#414)rpc.grpc.status_code. (#453)Fixed
/detectors/awsno longer fails if instance metadata is not available (e.g. not running in AWS) (#401)Resourceidentity. (#410)hostinstrumentation unit test has been updated to not depend on the system it runs on. (#426)Raw changes made between v0.13.0 and v0.14.0
f284e28(HEAD -> master, tag: v0.14.0, tag: propagators/v0.14.0, tag: instrumentation/runtime/v0.14.0, tag: instrumentation/runtime/example/v0.14.0, tag: instrumentation/net/http/otelhttp/v0.14.0, tag: instrumentation/net/http/otelhttp/example/v0.14.0, tag: instrumentation/net/http/httptrace/otelhttptrace/v0.14.0, tag: instrumentation/net/http/httptrace/otelhttptrace/example/v0.14.0, tag: instrumentation/host/v0.14.0, tag: instrumentation/host/example/v0.14.0, tag: instrumentation/gopkg.in/macaron.v1/otelmacaron/v0.14.0, tag: instrumentation/gopkg.in/macaron.v1/otelmacaron/example/v0.14.0, tag: instrumentation/google.golang.org/grpc/otelgrpc/v0.14.0, tag: instrumentation/google.golang.org/grpc/otelgrpc/example/v0.14.0, tag: instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/v0.14.0, tag: instrumentation/github.com/labstack/echo/otelecho/v0.14.0, tag: instrumentation/github.com/labstack/echo/otelecho/example/v0.14.0, tag: instrumentation/github.com/gorilla/mux/otelmux/v0.14.0, tag: instrumentation/github.com/gorilla/mux/otelmux/example/v0.14.0, tag: instrumentation/github.com/gocql/gocql/otelgocql/v0.14.0, tag: instrumentation/github.com/gocql/gocql/otelgocql/example/v0.14.0, tag: instrumentation/github.com/gin-gonic/gin/otelgin/v0.14.0, tag: instrumentation/github.com/gin-gonic/gin/otelgin/example/v0.14.0, tag: instrumentation/github.com/emicklei/go-restful/otelrestful/v0.14.0, tag: instrumentation/github.com/emicklei/go-restful/otelrestful/example/v0.14.0, tag: instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache/v0.14.0, tag: instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache/example/v0.14.0, tag: instrumentation/github.com/astaxie/beego/otelbeego/v0.14.0, tag: instrumentation/github.com/astaxie/beego/otelbeego/example/v0.14.0, tag: instrumentation/github.com/Shopify/sarama/otelsarama/v0.14.0, tag: instrumentation/github.com/Shopify/sarama/otelsarama/example/v0.14.0, tag: exporters/metric/dogstatsd/v0.14.0, tag: exporters/metric/datadog/v0.14.0, tag: exporters/metric/cortex/v0.14.0, tag: exporters/metric/cortex/utils/v0.14.0, tag: exporters/metric/cortex/example/v0.14.0, tag: detectors/gcp/v0.14.0, tag: detectors/aws/v0.14.0, upstream/master, origin/master, origin/HEAD) Release v0.14.0 (#461)b83f931Use tracer and meter test helpers from the OTEL repository instead of the internal ones (#414)1d3290dotelgrpc: Set attribute with gRPC status code (#453)1010e02Bump gopkg.in/macaron.v1 from 1.3.9 to 1.4.0 in /instrumentation/gopkg.in/macaron.v1/otelmacaron/example (#452)f41bf49Bump github.com/emicklei/go-restful/v3 from 3.3.3 to 3.4.0 in /instrumentation/github.com/emicklei/go-restful/otelrestful/example (#451)4ae0732Bump github.com/google/go-cmp from 0.5.2 to 0.5.3 in /instrumentation/net/http/httptrace/otelhttptrace (#450)1fed756Bump github.com/google/go-cmp from 0.5.2 to 0.5.3 in /exporters/metric/cortex (#449)7eac438Bump cloud.google.com/go from 0.71.0 to 0.72.0 in /detectors/gcp (#448)905ae72Bump github.com/aws/aws-sdk-go from 1.35.23 to 1.35.28 in /detectors/aws (#447)a459621Bump github.com/golangci/golangci-lint from 1.32.1 to 1.32.2 in /tools (#440)19d1285Bump github.com/aws/aws-sdk-go from 1.35.19 to 1.35.23 in /detectors/aws (#441)3757c76Bump cloud.google.com/go from 0.70.0 to 0.71.0 in /detectors/gcp (#442)cb3b58fBump google.golang.org/grpc from 1.33.1 to 1.33.2 in /instrumentation/google.golang.org/grpc/otelgrpc/example (#443)f43ce8dBump github.com/astaxie/beego from 1.12.2 to 1.12.3 in /instrumentation/github.com/astaxie/beego/otelbeego/example (#444)520ddc7Bump google.golang.org/grpc from 1.33.1 to 1.33.2 in /instrumentation/google.golang.org/grpc/otelgrpc (#445)5ad98bfTiny README.md fix (#438)e7ba129Bump github.com/aws/aws-sdk-go from 1.35.14 to 1.35.19 in /detectors/aws (#431)0ceee05Bump github.com/golangci/golangci-lint from 1.32.0 to 1.32.1 in /tools (#430)13ae395[aws detector] Additional Attributes (#410)a3f208aReplace flaky host instrumentation test (#426)1d9c921Bump google.golang.org/grpc from 1.32.0 to 1.33.1 in /instrumentation/google.golang.org/grpc/otelgrpc (#421)a0dc004Add sem version to remaining instrumentation packages (#412)4a5c934Bump cloud.google.com/go from 0.69.1 to 0.70.0 in /detectors/gcp (#420)1196609Bump github.com/emicklei/go-restful/v3 from 3.3.1 to 3.3.3 in /instrumentation/github.com/emicklei/go-restful/otelrestful/example (#422)c2124f7Bump github.com/Shopify/sarama from 1.27.1 to 1.27.2 in /instrumentation/github.com/Shopify/sarama/otelsarama/example (#423)9219157Bump google.golang.org/grpc from 1.32.0 to 1.33.1 in /instrumentation/google.golang.org/grpc/otelgrpc/example (#424)ca00abdBump github.com/aws/aws-sdk-go from 1.35.9 to 1.35.14 in /detectors/aws (#419)a7a9242Bump github.com/golangci/golangci-lint from 1.31.0 to 1.32.0 in /tools (#418)6fcf996Bump cloud.google.com/go from 0.68.0 to 0.69.1 in /detectors/gcp (#405)46df222Bump github.com/golang/protobuf from 1.4.2 to 1.4.3 in /instrumentation/google.golang.org/grpc/otelgrpc (#406)d00f9eaBump github.com/golang/protobuf from 1.4.2 to 1.4.3 in /instrumentation/google.golang.org/grpc/otelgrpc/example (#407)15977d3Bump github.com/aws/aws-sdk-go from 1.35.7 to 1.35.9 in /detectors/aws (#404)4f3d787Add convenience wrappers for http.Get/Post, etc. (#390)15f50e0[aws detector] Remove error when instance metadata is unavailable (#401)fc663caUpdate README with Org GA project board (#400)0a44db8Bump github.com/aws/aws-sdk-go from 1.35.2 to 1.35.7 in /detectors/aws (#393)b1db1e9Bump cloud.google.com/go from 0.67.0 to 0.68.0 in /detectors/gcp (#394)072e6e8Bump github.com/Shopify/sarama from 1.27.0 to 1.27.1 in /instrumentation/github.com/Shopify/sarama/otelsarama/example (#395)5575e5bBump github.com/spf13/afero from 1.4.0 to 1.4.1 in /exporters/metric/cortex/utils (#396)Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), 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.