houseme
690ce7fae4
feat(obs): upgrade OpenTelemetry dependencies to latest version ( #447 )
...
- Update opentelemetry from 0.29.1 to 0.30.0
- Update related opentelemetry dependencies for compatibility
- Ensure compatibility with existing observability implementation
- Improve tracing and metrics collection capabilities
This upgrade provides better performance and stability for our observability stack.
2025-06-07 22:22:26 +08:00
houseme
3076ba3253
improve code
2025-06-06 20:57:28 +08:00
houseme
df9347b34a
init config
2025-06-06 19:05:16 +08:00
houseme
3862e255f0
set logger level from RUST_LOG
2025-06-06 16:36:03 +08:00
houseme
2755d4125d
fix
2025-06-06 16:11:40 +08:00
houseme
77ddd1cfe0
Merge branch 'main' of github.com:rustfs/s3-rustfs into feature/observability-metrics
...
# Conflicts:
# Cargo.lock
# Cargo.toml
2025-06-06 15:52:32 +08:00
houseme
6302764512
improve code for reqwest feature
2025-06-06 14:35:40 +08:00
houseme
a394a3163f
upgrade version
2025-06-06 13:49:31 +08:00
houseme
4199bf2ba4
modify crates name
2025-06-06 11:14:36 +08:00
houseme
8555d48ca2
fix
2025-06-04 23:46:14 +08:00
houseme
703c465bd0
improve code
2025-05-30 15:39:21 +08:00
houseme
7f983e72e7
fix: must_use
2025-05-30 15:11:51 +08:00
houseme
004b6945f2
Merge branch 'main' into feature/observability-metrics
...
* main:
improve code for `obs` crate
# Conflicts:
# crates/obs/examples/server.rs
# crates/obs/src/lib.rs
# rustfs/src/main.rs
2025-05-30 14:48:04 +08:00
houseme
541b812bb4
improve code for obs crate
2025-05-30 13:04:24 +08:00
houseme
15bd320231
Merge branch 'main' of github.com:rustfs/s3-rustfs into feature/observability-metrics
...
# Conflicts:
# Cargo.lock
# README.md
# README_ZH.md
# crates/obs/Cargo.toml
# deploy/config/obs-zh.example.toml
# scripts/run.sh
2025-05-30 10:52:02 +08:00
houseme
7cff7f0bd1
fix(obs): align stdout log level with configured logger_level
...
- Replace fixed `flexi_logger::Duplicate::Info` with dynamic level from config
- Convert logger_level string to corresponding LevelFilter enum
- Ensure terminal output respects the same log level as file logs
- Fix documentation to reflect the dynamic level behavior
2025-05-30 00:22:21 +08:00
houseme
18096353c0
docs(.docker): add bilingual README for OpenObserve+OpenTelemetry setup
...
- Create English and Chinese README files for the openobserve-otel directory
- Document configuration details for both OpenObserve and OTel Collector
- Include setup instructions and application integration examples
- Add badges for both OpenObserve and OpenTelemetry projects
2025-05-29 23:48:11 +08:00
houseme
4a9b842aa3
fix
2025-05-29 22:30:33 +08:00
houseme
545e5b2efb
fix
2025-05-29 21:15:45 +08:00
houseme
3ceec7b5f2
improve code for obs
2025-05-29 21:10:04 +08:00
houseme
ace04bcd97
modify config for obs
2025-05-29 13:24:56 +08:00
houseme
d27ddcb8f7
fix
2025-05-28 22:56:06 +08:00
houseme
8660c2af12
merge main
2025-05-28 17:26:31 +08:00
安正超
f13e921c14
Merge pull request #437 from rustfs/feat/add-formatting-rules-and-type-inference
...
feat: add comprehensive formatting rules and type inference guidelines
2025-05-28 16:20:59 +08:00
overtrue
8747a91df8
feat: add comprehensive formatting rules and type inference guidelines
2025-05-28 16:04:38 +08:00
houseme
4aaeff8e4c
add workflow Samply action and modify console address port 9001
2025-05-28 16:02:53 +08:00
overtrue
7069f9e7a2
fix: resolve all doctest failures in rustfs-obs crate
2025-05-28 15:29:09 +08:00
安正超
b2e2c0fecd
refactor: remove dead code comment in observability config test
2025-05-28 14:36:38 +08:00
安正超
15befb705f
fix: resolve all remaining test failures and Clippy warnings
2025-05-28 11:28:43 +08:00
安正超
a1f4abf6c3
fix: resolve all Clippy warnings across codebase - Fixed field reassignment warnings in ecstore/src/file_meta.rs by using struct initialization instead of default + field assignment - Fixed overly complex boolean expression in ecstore/src/utils/os/mod.rs by removing meaningless assertion - Replaced manual Default implementation with derive in crates/zip/src/lib.rs - Updated io::Error usage to use io::Error::other() instead of deprecated pattern - Removed useless assertions and clone-on-copy warnings - Fixed unwrap usage by replacing with expect() providing meaningful error messages - Fixed useless vec usage by using array repeat instead - All code now passes comprehensive Clippy check with --all-targets --all-features -- -D warnings
2025-05-28 11:00:07 +08:00
overtrue
dbe573513e
feat: add comprehensive test coverage for config module
2025-05-27 23:11:29 +08:00
overtrue
c29841a5e7
feat: add comprehensive test coverage for utils certs module
2025-05-27 22:44:30 +08:00
houseme
ca8f399832
format comment
2025-05-27 13:56:19 +08:00
houseme
a9c6bb8f0d
add
2025-05-27 11:53:47 +08:00
houseme
50e52206cc
improve code for otel ( #418 )
2025-05-26 12:19:40 +08:00
houseme
7abcfe31e8
improve code for otel ( #418 )
2025-05-26 12:05:57 +08:00
houseme
2cadbba6ad
Merge branch 'main' of github.com:rustfs/s3-rustfs into feature/observability-metrics
...
# Conflicts:
# Cargo.toml
# iam/src/manager.rs
# iam/src/store/object.rs
# rustfs/src/admin/handlers/sts.rs
# rustfs/src/main.rs
# rustfs/src/storage/ecfs.rs
2025-05-25 18:10:13 +08:00
houseme
dee19fdc35
improve code for event
2025-05-25 17:52:22 +08:00
houseme
864071d641
cargo fmt
2025-05-25 17:46:59 +08:00
overtrue
9d90913697
feat: translate Chinese comments to English across codebase
2025-05-25 15:24:34 +08:00
overtrue
0f1e9d0c63
feat: enhance test coverage for IAM utils and OS utils modules
2025-05-25 14:09:40 +08:00
overtrue
bc398ccf1b
feat: improve test coverage and fix critical crypto bug - Translate all Chinese comments to English in utils/ip.rs and config/constants/app.rs - Add comprehensive test suite for crypto/encdec/id.rs module (14 new tests) - Fix critical bug in Argon2 key generation that was returning all-zero keys - Improve test coverage for IP utilities and configuration constants - Ensure all test cases follow English naming conventions and meaningful descriptions
2025-05-25 13:53:59 +08:00
overtrue
df71cea9af
refactor: improve test code quality by replacing meaningless names and content
2025-05-25 13:40:54 +08:00
安正超
077fb4ed69
Merge pull request #404 from rustfs/feat/zip-features
...
feat: complete zip compression module implementation
2025-05-25 13:35:46 +08:00
overtrue
9604efd5cc
feat: add comprehensive tests for event-notifier error module
2025-05-25 13:26:25 +08:00
overtrue
5fff195295
feat: complete zip compression module implementation
2025-05-25 13:14:38 +08:00
安正超
1a91371306
Merge pull request #403 from rustfs/feat/zip-tests
...
feat: add comprehensive test coverage for zip compression module
2025-05-25 13:11:23 +08:00
overtrue
c6b3051c67
feat: add comprehensive test coverage for zip compression module
2025-05-25 13:05:11 +08:00
overtrue
a6c3b122bd
feat: enhance test coverage and fix compilation errors
2025-05-25 12:56:43 +08:00
houseme
0f22b21c8d
improve channel adapter
2025-05-21 16:44:59 +08:00