Allow saving and ingesting from zstd compressed scrapes
All checks were successful
Cargo Build & Test / Rust project - latest (1.86) (push) Successful in 3m46s
Cargo Build & Test / Rust project - latest (1.85.1) (push) Successful in 4m3s
Cargo Build & Test / Rust project - latest (1.88) (push) Successful in 4m14s
Cargo Build & Test / Rust project - latest (1.87) (push) Successful in 9m19s

This commit is contained in:
2025-09-01 14:45:21 -04:00
parent 461889ad2e
commit b538dd8012
7 changed files with 126 additions and 8482 deletions

View File

@@ -18,6 +18,7 @@ serde_json = "1.0.140"
test-log = { version = "0.2.17", features = ["trace"] }
tracing = { version = "0.1.41", features = ["attributes"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
zstd = "0.13.3"
[dev-dependencies]
similar-asserts = "1.7.0"