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**: Work in progress. **Special notes for your reviewer**: **Does this PR introduce a user-facing and/or backwards incompatible change?**: ```release-note NONE ```...
This is very WIP; I'm putting it up for @abliqo and potentially @prateek to look at it, but it's otherwise too messy to really consider (and importantly, mostly untested ;))....
fix https://github.com/m3db/m3/issues/2689
**What this PR does / why we need it**: A global find/replace of `github.com/golang/protobuf/proto` with `github.com/gogo/protobuf/proto`to avoid incompatibility surprises (previously there was a mix of the two being used, and...
**What this PR does / why we need it**: Validate and remove corrupted index segments. Only mark fulfilled ranges for default index volume type persisted blocks. Also adds an additional...
**What this PR does / why we need it**: Attempts to fix two race conditions in `retrieveRequest` which I discovered while troubleshooting an integration test locally. **Special notes for your...
See proposal [#18](https://github.com/m3db/proposal/issues/18) - Use chronosphere tally, which does a similar migration - Migrate prom client_golang-related code in m3 - Remove references to the m3db prom libs **What this PR...
**What this PR does / why we need it**: Moves dbnode docs to centralized location. **Special notes for your reviewer**: **Does this PR introduce a user-facing and/or backwards incompatible change?**:...
**What this PR does / why we need it**: This PR adds support for custom tags in rollup rule definitions. These tags will enable different functionality in rollup rules based...
**What this PR does / why we need it**: There is a data race on `checkedAndNotSampled` field in `xcontext` which happens when the context is being used concurrently. I believe...