fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.12.0 #510
Reference in New Issue
Block a user
Delete Branch "renovate/opentelemetry-go-contrib-monorepo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This MR contains the following updates:
v0.11.0->v0.12.0Release Notes
open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/bridges/otelslog)
v0.12.0Compare Source
Added
Changed
go.mongodb.org/mongo-driver,gin-gonic/gin,gorilla/mux,labstack/echo,emicklei/go-restful,bradfitz/gomemcache,Shopify/sarama,net/httpandbeego. (#303)updated recommendation to use
newConfig()instead ofconfigure(). (#336)google.golang.org/grpc->google.golang.org/grpc/otelgrpcgo.mongodb.org/mongo-driver->go.mongodb.org/mongo-driver/mongo/otelmongonet/http->net/http/otelhttpnet/http/httptrace->net/http/httptrace/otelhttptracegithub.com/labstack/echo->github.com/labstack/echo/otelechogithub.com/bradfitz/gomemcache->github.com/bradfitz/gomemcache/memcache/otelmemcachegithub.com/gin-gonic/gin->github.com/gin-gonic/gin/otelgingithub.com/gocql/gocql->github.com/gocql/gocql/otelgocqlgithub.com/emicklei/go-restful->github.com/emicklei/go-restful/otelrestfulgithub.com/Shopify/sarama->github.com/Shopify/sarama/otelsaramagithub.com/gorilla/mux->github.com/gorilla/mux/otelmuxgithub.com/astaxie/beego->github.com/astaxie/beego/otelbeegogopkg.in/macaron.v1->gopkg.in/macaron.v1/otelmacaronOTelBeegoHandlertoHandlerin thego.opentelemetry.io/contrib/instrumentation/github.com/astaxie/beego/otelbeegopackage. (#359)Raw changes made between v0.11.0 and v0.12.0
e84d6d6Update to API v0.12.0 (#363)b313ddbBump github.com/golang/snappy from 0.0.1 to 0.0.2 in /exporters/metric/cortex (#362)e985d42Bump github.com/aws/aws-sdk-go from 1.34.27 to 1.34.30 in /detectors/aws (#361)65f8350Update instrumentation naming (#359)96b0b00updated macaron go module declaration (#356)6d5d814Bump cloud.google.com/go from 0.65.0 to 0.66.0 in /detectors/gcp (#354)955ea9dBump github.com/aws/aws-sdk-go from 1.34.23 to 1.34.27 in /detectors/aws (#353)9d8562dBuild both go-1.14 and go-1.15 in circleci with new custom executors (#351)d8c4868Bump github.com/spf13/afero from 1.3.5 to 1.4.0 in /exporters/metric/cortex/utils (#348)45e350bBump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.23 in /detectors/aws (#347)d334affBump github.com/google/go-cmp from 0.5.1 to 0.5.2 in /propagators (#346)c5771c8Move B3 propagator from main repo to contrib repo (#344)22ec414Bump google.golang.org/grpc from 1.31.1 to 1.32.0 in /instrumentation/google.golang.org/grpc (#340)d4a624bAdd Skip Changelog label to dependabot-sourced MRs. (#345)9434278mongo: use db.operation instead of resource.name (#337)39944bfBump github.com/aws/aws-sdk-go from 1.34.18 to 1.34.22 in /detectors/aws (#341)7bc5d1eBump github.com/golangci/golangci-lint from 1.30.0 to 1.31.0 in /tools (#343)243c544Add design doc and future enhancements sections to README (#339)9e80ea6Update configure() to newConfig() per new style guide (#336)071a049[Prometheus Remote Write Exporter for Cortex] Documentation Updates (#333)5997cc3mongo: use db.system instead of db.type (#335)3ea5332Restore tests for auth_test.go on 386 (#334)c55a925Allow custom labels to be added to net/http metrics (#306)5a0832bchore: add version to gorilla/mux instrumentation (#325)e066389chore: add sem version to gin-gonic instrumentation (#324)abfd550Distinguish between gin.Context and context.Context in example (#322)b7beb0f[Prometheus Remote Write Exporter for Cortex] Add Enhancements and Fixes (#326)9a032d8Bump github.com/spf13/afero from 1.3.4 to 1.3.5 in /exporters/metric/cortex/utils (#332)de985d7Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible in /instrumentation/host (#331)3bdafc8Bump github.com/aws/aws-sdk-go from 1.34.13 to 1.34.18 in /detectors/aws (#330)5a11c85Bump github.com/emicklei/go-restful/v3 from 3.3.0 to 3.3.1 in /instrumentation/github.com/emicklei/go-restful (#329)b2001acBump go.mongodb.org/mongo-driver from 1.4.0 to 1.4.1 in /instrumentation/go.mongodb.org/mongo-driver (#328)1fd4aebchore: add version to echo instrumentation (#327)824feffAdd @XSAM as an approver (#321)6f61c54[Prometheus Remote Write Exporter for Cortex] Fix Panic Issue in MutualTLS Test (#315)e497214Add missing directory parameter to find command in dependabot-check (#323)faaf7c0Unify instrumentation *Provider options (#303)dc7145cBump github.com/labstack/echo/v4 from 4.1.16 to 4.1.17 in /instrumentation/github.com/labstack/echo (#317)3aaff89Bump github.com/aws/aws-sdk-go from 1.34.11 to 1.34.13 in /detectors/aws (#318)f598244Bump cloud.google.com/go from 0.64.0 to 0.65.0 in /detectors/gcp (#309)e6529ecIgnore auth_test for 386 builds (#312)c8b10adBump github.com/google/go-cmp from 0.5.1 to 0.5.2 in /exporters/metric/cortex (#308)1fe464dBump github.com/aws/aws-sdk-go from 1.34.10 to 1.34.11 in /detectors/aws (#307)a222aeeUpdate dependabot config (#304)1f7546c[Prometheus Remote Write Exporter for Cortex] Add TLS Support and Default HTTP Client (#255)0afc4aeAdd integration testing for gRPC instrumentation (#297)d6b87c8Add benchmark tests for gRPC instrumentation (#296)a586915Bump google.golang.org/grpc from 1.31.0 to 1.31.1 in /instrumentation/google.golang.org/grpc (#302)6128d59Bump github.com/google/go-cmp from 0.5.1 to 0.5.2 in /instrumentation/net/http/httptrace (#301)ee5433ffix: Update gocql instrumentation to meet latest contrib requirements (#298)e7d4f5fBump github.com/aws/aws-sdk-go from 1.34.9 to 1.34.10 in /detectors/aws (#286)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 MR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this MR and you won't be reminded about this update again.
This MR has been generated by Renovate Bot.
mentioned in issue #4