katelyn martin
5687faa6cf
chore(deps): define tonic, tonic-build as workspace dependencies ( #3473 )
...
this commit modifies the workspace manifest, defining tonic and
tonic-build as common workspace dependencies.
no changes to the lockfile are made because this commit does not affect
the dependency graph of the project.
* linkerd/linkerd2#8733
Signed-off-by: katelyn martin <kate@buoyant.io>
2024-12-19 14:20:52 -05:00
katelyn martin
b87455a9f7
chore(deps): define prost, prost-types as workspace dependencies ( #3473 )
...
this commit modifies the workspace manifest, defining prost and
prost-types as common workspace dependencies.
no changes to the lockfile are made because this commit does not affect
the dependency graph of the project.
* linkerd/linkerd2#8733
Signed-off-by: katelyn martin <kate@buoyant.io>
2024-12-19 14:20:52 -05:00
dependabot[bot]
d76dda33d6
build(deps): bump the opentelemetry group with 2 updates ( #3356 )
...
Bumps the opentelemetry group with 2 updates: [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust ) and [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust ).
Updates `opentelemetry` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases )
- [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-0.26.0...opentelemetry-0.27.0 )
Updates `opentelemetry_sdk` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases )
- [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry_sdk-0.26.0...opentelemetry_sdk-0.27.0 )
---
updated-dependencies:
- dependency-name: opentelemetry
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: opentelemetry
- dependency-name: opentelemetry_sdk
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: opentelemetry
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oliver Gould <ver@buoyant.io>
2024-11-22 18:53:27 +00:00
dependabot[bot]
7a4eb542d8
build(deps): bump the opentelemetry group with 2 updates ( #3246 )
...
Bumps the opentelemetry group with 2 updates: [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust ) and [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust ).
Updates `opentelemetry` from 0.25.0 to 0.26.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases )
- [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-0.25.0...opentelemetry-0.26.0 )
Updates `opentelemetry_sdk` from 0.25.0 to 0.26.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases )
- [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry_sdk-0.25.0...opentelemetry_sdk-0.26.0 )
---
updated-dependencies:
- dependency-name: opentelemetry
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: opentelemetry
- dependency-name: opentelemetry_sdk
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: opentelemetry
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-03 10:38:37 -04:00
dependabot[bot]
25589d440e
build(deps): bump the opentelemetry group with 2 updates ( #3225 )
...
* build(deps): bump the opentelemetry group with 2 updates
Bumps the opentelemetry group with 2 updates: [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust ) and [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust ).
Updates `opentelemetry` from 0.23.0 to 0.25.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases )
- [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-0.23.0...opentelemetry-0.25.0 )
Updates `opentelemetry_sdk` from 0.23.0 to 0.25.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases )
- [Commits](https://github.com/open-telemetry/opentelemetry-rust/compare/opentelemetry-0.23.0...opentelemetry_sdk-0.25.0 )
---
updated-dependencies:
- dependency-name: opentelemetry
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: opentelemetry
- dependency-name: opentelemetry_sdk
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: opentelemetry
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix API breakage with OpenTelemetry SpanData
Signed-off-by: Scott Fleener <scott@buoyant.io>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Scott Fleener <scott@buoyant.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Scott Fleener <scott@buoyant.io>
2024-09-25 08:08:52 -07:00
Scott Fleener
38ca37e60e
Vendor OpenTelemetry protocol
...
In preparation for supporting the OpenTelemetry protocol for the proxy's traces, this vendors the relevant protobufs as well as some convenience helpers here.
This works around the fact that the existing `opentelemetry` crates do not support the version of tonic that we currently use (0.10), and this vendoring can be removed once we update.
[#10111 ](https://github.com/linkerd/linkerd2/issues/10111 )
Signed-off-by: Scott Fleener <scott@buoyant.io>
2024-09-23 15:27:15 -04:00