Skip to content

Commit

Permalink
fix(deps): update rust crate opentelemetry-http to 0.11.1 (#1798)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Apr 27, 2024
1 parent 204e2f1 commit e0d0fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailcall-upstream-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ tonic-tracing-opentelemetry = "0.18.1"
opentelemetry = { version = "0.22.0", features = ["trace"] }
opentelemetry_sdk = { version = "0.22.1", features = ["trace", "rt-tokio"] }
opentelemetry-semantic-conventions = "0.14.0"
opentelemetry-http = "0.11.0"
opentelemetry-http = "0.11.1"
opentelemetry-otlp = { version = "0.15.0", features = [
"trace",
# required to make grpc requests

1 comment on commit e0d0fcd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running 30s test @ http://localhost:8000/graphql

4 threads and 100 connections

Thread Stats Avg Stdev Max +/- Stdev
Latency 7.58ms 3.50ms 86.13ms 73.24%
Req/Sec 3.34k 240.68 3.97k 95.25%

399304 requests in 30.02s, 2.00GB read

Requests/sec: 13303.08

Transfer/sec: 68.28MB

Please sign in to comment.