Christian Simon

Results 147 issues of Christian Simon

Our examples/ contain a lot of duplication. This PR aims to make the maintenance a bit easier, by allowing to generate those thourgh a golang "script". The first edit is...

This is a follow up to #4312, we removed `stylus` from the old UI's imports, as it has been compromised (https://www.npmjs.com/package/stylus?activeTab=readme). This is a transitive dependency of `typescript-plugin-css-modules` ``` =>...

This implements an avg time series aggregation. Achieving an avg aggration is not trivial: - On ingest we split each profile series into smaller smaller ones, by using the dynamic...

We currently treat external labels (or series label), which are applying to whole profile as received, in a similar way as sample labels (or pprof labels). This is at best...

This fixes log messages like: ``` [2025-12-10 12:35:15.014094 +00:00] ERROR [rustfs_ahm::scanner::node_scanner] [crates/ahm/src/scanner/node_scanner.rs:441] [main:ThreadId(1)] create data directory failed "/tmp/rustfs_scanner": Read-only file system (os error 30) [2025-12-10 12:35:15.014116 +00:00] ERROR [rustfs_ahm::scanner::local_stats] [crates/ahm/src/scanner/local_stats.rs:117]...

I would like to not expose the service externally. (So no ingress and no NodePort)

This is a lot more flexible than forcing the replica count to be either 4 or 16. I have verified there are no other breaking changes: ``` $ helm template...