m3
m3 copied to clipboard
M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform
**What this PR does / why we need it**: This P.R has the potential to significantly decrease the CPU load of decoding compressed blocks in the M3DB client which is...
**What this PR does / why we need it**: Emits a metric to monitor the last successfully repaired time range for a namespace. This will help monitor how long it...
**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**: 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**: fix some comments **Special notes for your reviewer**: **Does this PR introduce a user-facing and/or backwards incompatible change?**: ```release-note ``` **Does...
**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...
PR 5 for https://github.com/m3db/m3/issues/4144 This PR makes the docker integration tests use containerized etcd. Previously, these relied on M3DB running an embbeded etcd server. There's no inherent need for this,...
This changes our etcd version *down* to 3.5.4 from 3.6.0-alpha.0. In https://github.com/m3db/m3/pull/4087, we made the choice to go to an alpha version of etcd in order to get around the...
PR 6 for https://github.com/m3db/m3/issues/4144 Now that all test usages of the embed package had been removed, this PR removes the usage of the embed package from the m3db server itself....