1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-07-02 20:54:31 +02:00

Support otel 0.24 (#127)

* Support otel 0.24

* fix the otel example

* Fix examples and last bits

* Update examples/custom-root-span/src/main.rs

* Update examples/opentelemetry/src/main.rs

---------

Co-authored-by: Luca Palmieri <20745048+LukeMathWalker@users.noreply.github.com>
This commit is contained in:
Omid Rad
2024-09-02 11:17:49 +02:00
committed by GitHub
parent 516e90cea7
commit 9f180d6eb9
10 changed files with 93 additions and 35 deletions

View File

@ -59,6 +59,7 @@ jobs:
- opentelemetry_0_21
- opentelemetry_0_22
- opentelemetry_0_23
- opentelemetry_0_24
steps:
- uses: actions/checkout@v2
- name: Cache dependencies