m3
m3 copied to clipboard
M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform
Bumps [qs](https://github.com/ljharb/qs) from 6.7.0 to 6.7.3. Changelog Sourced from qs's changelog. 6.7.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] stringify: avoid encoding arrayformat comma when encodeValuesOnly = true (#424) [Robustness]...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
**What this PR does / why we need it**: Builds m3db in arm64 for darwin and linux. Since arm64 has been very popular recently, it makes sense to release m3db...
WIP: please don't review just yet :). I'll add full context here once this is in a more stable state. tl;dr: Without data flowing through the system, the aggregator follower...
**What this PR does / why we need it**: TLS support was added to xserver and aggregator client. The server supports 3 modes: disabled(allows plaintext connections only), permissive(allows both plaintext...
Fix: update calls to `runtime.fastrand` to use `cheaprand` for compatibility with Go 1.22 In Golang 1.22, the `runtime.fastrand` method was renamed to `cheaprand`. This commit updates all occurrences of `runtime.fastrand`...
**What this PR does / why we need it**: Fixes # **Special notes for your reviewer**: **Does this PR introduce a user-facing and/or backwards incompatible change?**: ```release-note ``` **Does this...
**What this PR does / why we need it**: Add metric to measure the time taken to connected to m3db cluster during startup so that we can override the cluster...
This test was consistently failing for me when run on linux, most likely not due to any issue with the code, but rather to some small change with the number...