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 Observability modules #137

Merged
merged 3 commits into from
Sep 29, 2023
Merged

Update Observability modules #137

merged 3 commits into from
Sep 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
go.opentelemetry.io/contrib/detectors/aws/ec2 require minor v1.19.0 -> v1.20.0
go.opentelemetry.io/otel require minor v1.18.0 -> v1.19.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace require minor v1.18.0 -> v1.19.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp require minor v1.18.0 -> v1.19.0
go.opentelemetry.io/otel/sdk require minor v1.18.0 -> v1.19.0

⚠️ Warning

These modules are almost certainly going to break everything. They do every time they update. If you update even one repo's OTEL modules, go will then pull in new versions due to MVS which will cause your repo to break. All otel pull requests need to be merged basically at the same time, and after all of the modules have been updated to be compatible with each other.


Release Notes

open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/detectors/aws/ec2)

v1.20.0: /v0.45.0/v0.14.0

Compare Source

Added
  • Set the description for the rpc.server.duration metric in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#​4302)
  • Add NewServerHandler and NewClientHandler that return a grpc.StatsHandler used for gRPC instrumentation in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#​3002)
  • Add new Prometheus bridge module in go.opentelemetry.io/contrib/bridges/prometheus. (#​4227)
Changed
  • Upgrade dependencies of OpenTelemetry Go to use the new v1.19.0/v0.42.0/v0.0.7 release.
  • Use grpc.StatsHandler for gRPC instrumentation in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc/example. (#​4325)

New Contributors

Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.19.0...v1.20.0

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.19.0: /v0.42.0/v0.0.7

Compare Source

This release contains the first stable release of the OpenTelemetry Go metric SDK. Our project stability guarantees now apply to the go.opentelemetry.io/otel/sdk/metric package. See our versioning policy for more information about these stability guarantees.

Added
  • Add the "Roll the dice" getting started application example in go.opentelemetry.io/otel/example/dice. (#​4539)
  • The WithWriter and WithPrettyPrint options to go.opentelemetry.io/otel/exporters/stdout/stdoutmetric to set a custom io.Writer, and allow displaying the output in human-readable JSON. (#​4507)
Changed
  • Allow '/' characters in metric instrument names. (#​4501)
  • The exporter in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric does not prettify its output by default anymore. (#​4507)
  • Upgrade gopkg.io/yaml from v2 to v3 in go.opentelemetry.io/otel/schema. (#​4535)
Fixed
  • In go.opentelemetry.op/otel/exporters/prometheus, don't try to create the Prometheus metric on every Collect if we know the scope is invalid. (#​4499)
Removed
  • Remove "go.opentelemetry.io/otel/bridge/opencensus".NewMetricExporter, which is replaced by NewMetricProducer. (#​4566)

Full Changelog: open-telemetry/opentelemetry-go@v1.18.0...v1.19.0


Configuration

📅 Schedule: Branch creation - "before 10am on friday" (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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/opentelemetry-go branch from 50a316e to eb9d025 Compare September 15, 2023 05:04
@renovate renovate bot changed the title Update Observability modules Update Observability modules - autoclosed Sep 28, 2023
@renovate renovate bot closed this Sep 28, 2023
@renovate renovate bot deleted the renovate/opentelemetry-go branch September 28, 2023 10:17
@renovate renovate bot changed the title Update Observability modules - autoclosed Update Observability modules Sep 28, 2023
@renovate renovate bot reopened this Sep 28, 2023
@renovate renovate bot restored the renovate/opentelemetry-go branch September 28, 2023 21:42
@renovate renovate bot force-pushed the renovate/opentelemetry-go branch from eb9d025 to 79d01f1 Compare September 29, 2023 01:44
@renovate
Copy link
Contributor Author

renovate bot commented Sep 29, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@DavidS-ovm DavidS-ovm merged commit dd3e5d0 into main Sep 29, 2023
3 checks passed
@DavidS-ovm DavidS-ovm deleted the renovate/opentelemetry-go branch September 29, 2023 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant