Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

build(deps): bump the opentelemetry group with 5 updates #1419

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

Bumps the opentelemetry group with 5 updates:

Package Update
opentelemetry-semantic-conventions 0.11.0 to 0.12.0
opentelemetry-jaeger 0.18.0 to 0.19.0
opentelemetry-otlp 0.12.0 to 0.13.0
opentelemetry-http 0.8.0 to 0.9.0
opentelemetry-prometheus 0.12.0 to 0.13.0

Updates opentelemetry-semantic-conventions from 0.11.0 to 0.12.0

Release notes

Sourced from opentelemetry-semantic-conventions's releases.

v0.12.0

Added

  • Instrumentation library support #402
  • Batch observer support #429
  • with_unit methods in metrics #431

Changed

  • Dependencies updates #410
  • Add Send, Sync to AsyncInstrument in metrics #422
  • Add Send, Sync to InstrumentCore in metrics #423
  • Replace regex with custom logic #411
  • Update tokio to v1 #421

Removed

  • Moved http dependencies into a new opentelemetry-http crate #415
  • Remove tonic dependency #414

v0.11.2

Fixed

  • Fix possible deadlock when dropping metric instruments #407

v0.11.1

Fixed

  • Fix remote implicit builder context sampling #405
Commits

Updates opentelemetry-jaeger from 0.18.0 to 0.19.0

Release notes

Sourced from opentelemetry-jaeger's releases.

v0.19.0

This release should been seen as 1.0-rc2 following 1.0-rc1 in v0.18.0. Refer to CHANGELOG.md in individual creates for details on changes made in different creates.

Commits
  • 879d6ff release(v0.19): add initial change log (#965)
  • 8cc3ee3 fix: Fix the array encoding length of datadog version 05 exporter (#1002)
  • 01dade6 implement w3c trace context response propagation (#998)
  • 7d56e91 fixing typo in jaeger-remote-sampler/README.md (#1003)
  • 480dfce Fix link to kitchen sink example in README.md (#1001)
  • 675de34 Tonic Interceptor (#901)
  • 57147b1 chore: Update OpenTelemetry Proto Definitions to 0.19.0 (#990)
  • 6e472f8 feat: add batch config for opentelemetry otlp pipeline (#979)
  • 0d666d4 Add warning to jaeger docs about future deprecation: (#996)
  • 592e77a stackdriver: update gRPC schemas (#992)
  • Additional commits viewable in compare view

Updates opentelemetry-otlp from 0.12.0 to 0.13.0

Release notes

Sourced from opentelemetry-otlp's releases.

v0.13.0

Upgrade note: exporter pipelines do not return an uninstall guard as of #444, use opentelemetry::global::shutdown_tracer_provider explicitly instead.

Changed

  • Pull configrations from environment variables by default when creating BatchSpanProcessor #445
  • Convert doc links to intra-doc #466
  • Switch to Cow for event names #471
  • Use API to configure async runtime instead of features #481
  • Rename trace config with_default_sampler to with_sampler #482

Removed

  • Removed tracer provider guard #444
  • Removed from_env and use environment variables to initialize the configurations by default #459
Commits
  • 97c220f Prepare for v0.13.0 release (#470)
  • a32b962 Merge opentelemetry-stackdriver into this repo. (#487)
  • cb419bb Configure async runtime in Rust code instead of cargo feature (#481)
  • 2b9fa23 fix: otel-otlp will try to create another tokio runtime inside one if async f...
  • 436b76e bump prometheus dependency (#485)
  • a49d6f5 Rename trace config with_default_sampler to with_sampler (#482)
  • e9ef3e2 feat: clean up lint.sh, use API to set grpc layer (#467)
  • d42c552 Abstraction trait for different runtimes (#480)
  • 0b1074e Impl clone for noop tracer/provider/span (#479)
  • e17a131 otlp: mention service.name in kitchen sink cfg doc - closes #475 (#476)
  • Additional commits viewable in compare view

Updates opentelemetry-http from 0.8.0 to 0.9.0

Release notes

Sourced from opentelemetry-http's releases.

v0.9.0

Added

  • Add resource detector #174
  • Add fields method to TextMapFormat #178
  • Add support for tracestate in TraceContextPropagator #191
  • Propagate valid span context in noop tracer #197
  • Add end_with_timestamp method for trace span #199
  • Add ID methods for hex and byte array formatting #200
  • Add AWS X-Ray ID Generator #201
  • AWS X-Ray Trace Context Propagator #202
  • Add instrumentation library information to spans #207
  • Add keys method to extractors #209
  • Add TraceState to SpanContext #217
  • Add from_env config option for BatchSpanProcessor #228
  • Add pipeline uninstall mechanism to shut down trace pipelines #229

Changed

  • Re-write metrics sdk to be spec compliant #179
  • Rename Sampler::Probability to Sampler::TraceIdRatioBased #188
  • Rename HTTPTextPropagator to TextMapPropagator #192
  • Ensure extractors are case insensitive #193
  • Rename Provider to TracerProvider #206
  • Rename CorrelationContext into Baggage #208
  • Pipeline builder for stdout trace exporter #224
  • Switch to async exporters #232
  • Allow ShouldSample implementation to modify trace state #237
  • Ensure context guard is !Send #239
  • Ensure trace noop structs use new constructor #240
  • Switch to w3c baggage header #246
  • Move trace module imports from api to api::trace #255
  • Update tonic feature to use version 0.3.x #258
  • Update exporters to receive owned span data #264
  • Move propagators to sdk::propagation #266
  • Rename SpanContext to SpanReference #270
  • Rename SamplingDecision's NotRecord, Record and RecordAndSampled to Drop RecordOnly and RecordAndSample #247
Changelog

Sourced from opentelemetry-http's changelog.

v0.9.0

Added

  • Add resource detector #174
  • Add fields method to TextMapFormat #178
  • Add support for tracestate in TraceContextPropagator #191
  • Propagate valid span context in noop tracer #197
  • Add end_with_timestamp method for trace span #199
  • Add ID methods for hex and byte array formatting #200
  • Add AWS X-Ray ID Generator #201
  • AWS X-Ray Trace Context Propagator #202
  • Add instrumentation library information to spans #207
  • Add keys method to extractors #209
  • Add TraceState to SpanContext #217
  • Add from_env config option for BatchSpanProcessor #228
  • Add pipeline uninstall mechanism to shut down trace pipelines #229

Changed

  • Re-write metrics sdk to be spec compliant #179
  • Rename Sampler::Probability to Sampler::TraceIdRatioBased #188
  • Rename HTTPTextPropagator to TextMapPropagator #192
  • Ensure extractors are case insensitive #193
  • Rename Provider to TracerProvider #206
  • Rename CorrelationContext into Baggage #208
  • Pipeline builder for stdout trace exporter #224
  • Switch to async exporters #232
  • Allow ShouldSample implementation to modify trace state #237
  • Ensure context guard is !Send #239
  • Ensure trace noop structs use new constructor #240
  • Switch to w3c baggage header #246
  • Move trace module imports from api to api::trace #255
  • Update tonic feature to use version 0.3.x #258
  • Update exporters to receive owned span data #264
  • Move propagators to sdk::propagation #266
  • Rename SpanContext to SpanReference #270
  • Rename SamplingDecision's NotRecord, Record and RecordAndSampled to Drop RecordOnly and RecordAndSample #247
Commits

Updates opentelemetry-prometheus from 0.12.0 to 0.13.0

Release notes

Sourced from opentelemetry-prometheus's releases.

v0.13.0

Upgrade note: exporter pipelines do not return an uninstall guard as of #444, use opentelemetry::global::shutdown_tracer_provider explicitly instead.

Changed

  • Pull configrations from environment variables by default when creating BatchSpanProcessor #445
  • Convert doc links to intra-doc #466
  • Switch to Cow for event names #471
  • Use API to configure async runtime instead of features #481
  • Rename trace config with_default_sampler to with_sampler #482

Removed

  • Removed tracer provider guard #444
  • Removed from_env and use environment variables to initialize the configurations by default #459
Commits
  • 97c220f Prepare for v0.13.0 release (#470)
  • a32b962 Merge opentelemetry-stackdriver into this repo. (#487)
  • cb419bb Configure async runtime in Rust code instead of cargo feature (#481)
  • 2b9fa23 fix: otel-otlp will try to create another tokio runtime inside one if async f...
  • 436b76e bump prometheus dependency (#485)
  • a49d6f5 Rename trace config with_default_sampler to with_sampler (#482)
  • e9ef3e2 feat: clean up lint.sh, use API to set grpc layer (#467)
  • d42c552 Abstraction trait for different runtimes (#480)
  • 0b1074e Impl clone for noop tracer/provider/span (#479)
  • e17a131 otlp: mention service.name in kitchen sink cfg doc - closes #475 (#476)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot added A-Dependencies Pull requests that update a dependency file Z-Deps-Backend Updates to the backend dependencies labels Jul 31, 2023
Bumps the opentelemetry group with 5 updates:

| Package | Update |
| --- | --- |
| [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust) | 0.11.0 to 0.12.0 |
| [opentelemetry-jaeger](https://github.com/open-telemetry/opentelemetry-rust) | 0.18.0 to 0.19.0 |
| [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | 0.12.0 to 0.13.0 |
| [opentelemetry-http](https://github.com/open-telemetry/opentelemetry-rust) | 0.8.0 to 0.9.0 |
| [opentelemetry-prometheus](https://github.com/open-telemetry/opentelemetry-rust) | 0.12.0 to 0.13.0 |


Updates `opentelemetry-semantic-conventions` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@v0.11.0...v0.12.0)

Updates `opentelemetry-jaeger` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@v0.18.0...v0.19.0)

Updates `opentelemetry-otlp` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@v0.12.0...v0.13.0)

Updates `opentelemetry-http` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/v0.9.0/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-rust@v0.8.0...v0.9.0)

Updates `opentelemetry-prometheus` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: opentelemetry-semantic-conventions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: opentelemetry-jaeger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: opentelemetry-otlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: opentelemetry-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: opentelemetry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/opentelemetry-7f610797b4 branch from 0f77320 to 7b6bc0e Compare August 2, 2023 19:08
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 3, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-Dependencies Pull requests that update a dependency file Z-Deps-Backend Updates to the backend dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants