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

Add telemetry-exporter dependency & update otel library to latest #5210

Merged
merged 9 commits into from
Mar 7, 2024

Conversation

shaun-nx
Copy link
Contributor

@shaun-nx shaun-nx commented Mar 7, 2024

Proposed changes

This PR adds the telemetry-exporter dependency do our go.mod file

go: github.com/nginxinc/telemetry-exporter@v0.0.0-20240306143108-e74e64e77cff requires go >= 1.22.0; switching to go1.22.1
go: upgraded go 1.21.3 => 1.22.0
go: added toolchain go1.22.1
go: upgraded github.com/google/uuid v1.5.0 => v1.6.0
go: upgraded github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1 => v2.19.0
go: upgraded github.com/maxbrunsfeld/counterfeiter/v6 v6.6.1 => v6.8.1
go: added github.com/nginxinc/telemetry-exporter v0.0.0-20240306143108-e74e64e77cff
go: upgraded go.opentelemetry.io/otel v1.23.1 => v1.24.0
go: upgraded go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 => v1.24.0
go: upgraded go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 => v1.24.0
go: upgraded go.opentelemetry.io/otel/metric v1.23.1 => v1.24.0
go: upgraded go.opentelemetry.io/otel/sdk v1.21.0 => v1.24.0
go: upgraded go.opentelemetry.io/otel/trace v1.23.1 => v1.24.0
go: upgraded go.opentelemetry.io/proto/otlp v1.0.0 => v1.1.0
go: upgraded golang.org/x/crypto v0.18.0 => v0.21.0
go: upgraded golang.org/x/mod v0.14.0 => v0.16.0
go: upgraded golang.org/x/net v0.20.0 => v0.22.0
go: upgraded golang.org/x/sys v0.16.0 => v0.18.0
go: upgraded golang.org/x/term v0.16.0 => v0.18.0
go: upgraded golang.org/x/tools v0.16.1 => v0.19.0
go: upgraded google.golang.org/grpc v1.60.1 => v1.61.1

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Mar 7, 2024
go.mod Outdated Show resolved Hide resolved
@shaun-nx shaun-nx marked this pull request as ready for review March 7, 2024 09:16
@shaun-nx shaun-nx requested a review from a team as a code owner March 7, 2024 09:16
@shaun-nx shaun-nx requested review from j1m-ryan, vepatel, jjngx and pdabelf5 and removed request for j1m-ryan, vepatel, jjngx and pdabelf5 March 7, 2024 09:16
Copy link
Contributor

@jjngx jjngx left a comment

Choose a reason for hiding this comment

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

👍🏻

@shaun-nx shaun-nx self-assigned this Mar 7, 2024
@shaun-nx shaun-nx linked an issue Mar 7, 2024 that may be closed by this pull request
@shaun-nx shaun-nx merged commit ed18038 into main Mar 7, 2024
77 checks passed
@shaun-nx shaun-nx deleted the dep/telemetry-modules branch March 7, 2024 16:50
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
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Epic - Adoption Telemetry
3 participants