mongoproxy
mongoproxy copied to clipboard
Lightweight proxy to collect MongoDb client metrics
Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26. Release notes Sourced from h2's releases. v0.3.26 What's Changed Limit number of CONTINUATION frames for misbehaving connections. See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info. v0.3.25 What's...
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.9 to 0.8.11. Changelog Sourced from mio's changelog. 0.8.11 Fix receiving IOCP events after deregistering a Windows named pipe (tokio-rs/mio#1760, backport pr: tokio-rs/mio#1761). 0.8.10 Added Solaris support...
Using QEMU for emulation makes the github action gets killed because it's probably running out of memory. This PR should be built without emulation.
Update OTEL versions, use OTLP for trace collection.
This corresponds better to the name used in connstring (`appName`). Also it will not conflict with common kubernetes labels that often get assigned to `app`. Also see: https://www.mongodb.com/docs/manual/reference/connection-string-options/#miscellaneous-configuration https://kubernetes.io/docs/reference/labels-annotations-taints/#app-kubernetes-io-name
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.4.2 to 1.8.3. Release notes Sourced from github.com/sirupsen/logrus's releases. v1.8.3 What's Changed Add instructions to use different log levels for local and syslog by @tommyblue in sirupsen/logrus#1372...
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.13 to 0.5.15. Release notes Sourced from crossbeam-channel's releases. crossbeam-channel 0.5.15 Fix regression introduced in 0.5.12 that can lead to a double free when dropping unbounded channel....
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.3 to 1.43.1. Release notes Sourced from tokio's releases. Tokio v1.43.0 1.43.0 (Jan 8th, 2025) Added net: add UdpSocket::peek methods (#7068) net: add support for Haiku OS...