Skip to content
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 module go.opentelemetry.io/contrib/config to v0.11.0 #11505

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/contrib/config v0.10.0 -> v0.11.0 age adoption passing confidence

Warning

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/config)

v0.11.0

Compare Source

Added
  • Top-level Version() and SemVersion() functions defining the current version of the contrib package. (#​225)
  • Instrumentation for the github.com/astaxie/beego package. (#​200)
  • Instrumentation for the github.com/bradfitz/gomemcache package. (#​204)
  • Host metrics instrumentation. (#​231)
  • Cortex histogram and distribution support. (#​237)
  • Cortex example project. (#​238)
  • Cortex HTTP authentication. (#​246)
Changed
  • Remove service name as a parameter of Sarama instrumentation. (#​221)
  • Replace WithTracer with WithTracerProvider in Sarama instrumentation. (#​221)
  • Switch to use common top-level module SemVersion() when creating versioned tracer in bradfitz/gomemcache. (#​226)
  • Use IntegrationShouldRun in gomemcache_test. (#​254)
  • Use Go 1.15 for CI builds. (#​236)
  • Improved configuration for runtime instrumentation. (#​224)
Fixed
  • Update dependabot configuration to include newly added bradfitz/gomemcache package. (#​226)
  • Correct runtime instrumentation name. (#​241)

Raw changes made between v0.10.1 and v0.11.0

7e7d779 (HEAD -> master, tag: v0.11.0, tag: instrumentation/runtime/v0.11.0, tag: instrumentation/net/http/v0.11.0, tag: instrumentation/net/http/httptrace/v0.11.0, tag: instrumentation/net/http/httptrace/example/v0.11.0, tag: instrumentation/net/http/example/v0.11.0, tag: instrumentation/host/v0.11.0, tag: instrumentation/gopkg.in/macaron.v1/v0.11.0, tag: instrumentation/google.golang.org/grpc/v0.11.0, tag: instrumentation/google.golang.org/grpc/example/v0.11.0, tag: instrumentation/go.mongodb.org/mongo-driver/v0.11.0, tag: instrumentation/github.com/labstack/echo/v0.11.0, tag: instrumentation/github.com/gorilla/mux/v0.11.0, tag: instrumentation/github.com/gocql/gocql/v0.11.0, tag: instrumentation/github.com/gocql/gocql/example/v0.11.0, tag: instrumentation/github.com/gin-gonic/gin/v0.11.0, tag: instrumentation/github.com/emicklei/go-restful/v0.11.0, tag: instrumentation/github.com/bradfitz/gomemcache/v0.11.0, tag: instrumentation/github.com/astaxie/beego/v0.11.0, tag: instrumentation/github.com/astaxie/beego/example/v0.11.0, tag: instrumentation/github.com/Shopify/sarama/v0.11.0, tag: instrumentation/github.com/Shopify/sarama/example/v0.11.0, tag: exporters/metric/dogstatsd/v0.11.0, tag: exporters/metric/datadog/v0.11.0, tag: exporters/metric/cortex/v0.11.0, tag: exporters/metric/cortex/utils/v0.11.0, tag: exporters/metric/cortex/example/v0.11.0, tag: detectors/gcp/v0.11.0, tag: detectors/aws/v0.11.0, origin/master, origin/HEAD) Release v0.11.0 (#​282)
bf0a555 Use IntegrationShouldRun in gomemcache_test (#​254)
0171bec Bump github.com/gorilla/mux from 1.7.4 to 1.8.0 in /instrumentation/github.com/gorilla/mux (#​256)
4b0e528 Bump github.com/aws/aws-sdk-go from 1.34.8 to 1.34.9 in /detectors/aws (#​253)
4215822 Host metrics instrumentation (#​231)
f2ec169 [cortex] Authentication Implementation and Timestamp Fix (#​246)
a21b1d8 Bump github.com/emicklei/go-restful/v3 from 3.2.0 to 3.3.0 in /instrumentation/github.com/emicklei/go-restful (#​250)
b5ee702 Bump github.com/aws/aws-sdk-go from 1.34.7 to 1.34.8 in /detectors/aws (#​251)
936bcb7 Use a non-standard port for the DD example (#​242)
2b93770 feat: add example for beego instrumentation (#​243)
4e75b37 Bump cloud.google.com/go from 0.63.0 to 0.64.0 in /detectors/gcp (#​248)
86d14f4 Bump github.com/aws/aws-sdk-go from 1.34.6 to 1.34.7 in /detectors/aws (#​247)
453f28e Cortex: Add support for histogram and distribution (#​237)
b3e521c Cortex example project (#​238)
9cc7199 Update runtime.go instrumentation Meter name (#​241)
a60647b Create runtime.Config struct with metric.Provider and WithMinimumReadMemStatsInterval() configuration options (#​224)
733f3b7 Update build to use Go 1.15 (#​236)
aaac45e Bump github.com/aws/aws-sdk-go from 1.34.5 to 1.34.6 in /detectors/aws (#​235)
d58e0e8 feat: Add integration for github.com/astaxie/beego (#​200)
0d5bd34 Remove service name as a parameter of Sarama instrumentation (#​221)
1df6921 Bump github.com/aws/aws-sdk-go from 1.34.4 to 1.34.5 in /detectors/aws (#​230)
a333e58 Add license-check to Makefile (#​228)
0cce6d2 Use top-level common SemVersion() in creation of versioned tracer for bradfitz/gomemcache (#​226)
df25cc0 Introduce a top-level Version() and SemVersion() function (#​225)
9a03b4b Instrumentation for github.com/bradfitz/gomemcache (#​204)
a851743 Bump github.com/aws/aws-sdk-go from 1.34.2 to 1.34.4 in /detectors/aws (#​220)
c3022e7 Update project maintainers (#​219)


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 22, 2024 00:39
@renovate renovate bot added dependencies Pull requests that update a dependency file renovatebot labels Oct 22, 2024
@renovate renovate bot requested a review from mx-psi October 22, 2024 00:39
@mx-psi mx-psi closed this Oct 22, 2024
@mx-psi mx-psi reopened this Oct 22, 2024
Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be addressed as part of #11458

@codeboten codeboten closed this Oct 22, 2024
Copy link
Contributor Author

renovate bot commented Oct 22, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v0.11.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/all-opentelemetry-go-contrib-packages branch October 22, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovatebot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants