m3 icon indicating copy to clipboard operation
m3 copied to clipboard

M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform

Results 215 m3 issues
Sort by recently updated
recently updated
newest added

**What this PR does / why we need it**: Update tally to v3.5.8 **Special notes for your reviewer**: **Does this PR introduce a user-facing and/or backwards incompatible change?**: ```release-note ```...

Hello M3DB Community, I am encountering an issue with my M3DB cluster during a node removal operation. My cluster initially had 5 nodes, and I needed to scale down to...

**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 NONE ``` **Does...

**What this PR does / why we need it**: Adds index snapshotting. This will reduce the amount of bootstrapping time since we won't need to build the entire index segment....

**What this PR does / why we need it**: In some cases `Segment.Flags` was being set to `FinalizeHead&FinalizeTail` which was clearly not intended because this expression results in 0 with...

**What this PR does / why we need it**: Use the proto `encoding.ReaderIterator` when proto is enabled. **Special notes for your reviewer**: N/A **Does this PR introduce a user-facing and/or...

**What this PR does / why we need it**: Allows pending IO to queue up while encode loop for the commit log can continue working. Also reserves an entire gomaxproc...

**What this PR does / why we need it**: PromQL compatibility fix. When using `unless` operator in the query it should not remove metric names from the result. Sample query:...

**What this PR does / why we need it**: Fixes # Don't have an open issue right now, I can go back creating an issue if needed, just want to...

**What this PR does / why we need it**: PromQL compatibility fix. When running instant queries PromQL returns "0" in place of NaN if there was at least one valid...