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

fix(telemetry): bump otel to resolve panicks in layered span access #820

Merged
merged 3 commits into from
Mar 20, 2024

Conversation

SuperFluffy
Copy link
Member

@SuperFluffy SuperFluffy commented Mar 14, 2024

Summary

Update tracing-opentelemetry to 0.23.0 to resolve panics

Background

We are seeing panics with backtraces pointing to either code provides json formatted fields, or to tracing-opentelemetry layers. This patch upgrades astria-telemetry to use tracing-opentelemetry 0.23 (and bumps related crates) to try and resolve that.

Changes

Bump the following crates

  • tracing-opentelemetry from 0.22 to 0.23
  • opentelemetry from 0.21 to 0.22
  • opentelemetry-otlp from 0.13 to 0.15
  • opentelemetry-semantic-conventions from 0.13 to 0.14
  • openelemetry-stdout from 0.2 to 0.3
  • openelemetry_sdk from 0.21.1 to 0.22.1

Related Issues

tokio-rs/tracing-opentelemetry#86

@SuperFluffy SuperFluffy force-pushed the superfluffy/bump-otel branch from b73a8ea to 7cb28ff Compare March 14, 2024 22:51
@SuperFluffy SuperFluffy merged commit 87419c4 into main Mar 20, 2024
32 checks passed
@SuperFluffy SuperFluffy deleted the superfluffy/bump-otel branch March 20, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants