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

Upgrade OTEL and remove support for Jaeger and Zipkin exporters #2456

Merged
merged 2 commits into from
Mar 18, 2024

Conversation

sandhose
Copy link
Member

@sandhose sandhose commented Mar 8, 2024

This upgrades the OTEL crates to 0.22.0 and removes support for exporting traces via Jaeger or Zipkin directly.
It also changes the OTLP exporter to export over HTTP instead of GRPC, in an effort to reduce the dependency tree.
Furthermore, it upgrades the chrono crate, which deprecated a lot of potentially panicking methods. Those deprecated method calls were replaced with either their try_ variants or with the microseconds method.

Copy link

cloudflare-workers-and-pages bot commented Mar 8, 2024

Deploying matrix-authentication-service-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8009a44
Status: ✅  Deploy successful!
Preview URL: https://b9e32014.matrix-authentication-service-docs.pages.dev
Branch Preview URL: https://quenting-otlp-upgrade-and-cl.matrix-authentication-service-docs.pages.dev

View logs

@sandhose sandhose force-pushed the quenting/otlp-upgrade-and-cleanup branch from d2cf92b to 7ad24be Compare March 18, 2024 13:02
@sandhose sandhose changed the title WIP OTLP upgrade and cleanup Upgrade OTEL and remove support for Jaeger and Zipkin exporters Mar 18, 2024
@sandhose sandhose marked this pull request as ready for review March 18, 2024 13:03
@sandhose sandhose force-pushed the quenting/otlp-upgrade-and-cleanup branch from 7ad24be to 8009a44 Compare March 18, 2024 16:17
@sandhose sandhose merged commit eb95015 into main Mar 18, 2024
16 checks passed
@sandhose sandhose deleted the quenting/otlp-upgrade-and-cleanup branch March 19, 2024 10:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant