m3
m3 copied to clipboard
M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform
We fixed the "Prometheus compatability (:docker:)" test in buildkite pipeline, however this solution https://github.com/m3db/m3/pull/4295 will not run on local developer machines. We need to make this test be able to...
Our pipeline tests are running really slowly on buildkite, example: https://buildkite.com/uberopensource/m3-monorepo-ci-uber-oss/builds/679. This is due to coverage reporting being broken, which is causing the tests to sleep for 30 seconds repeatedly....
**What this PR does / why we need it**: This PR fixes "Codegen" test in buildkite pipeline. Fixes #4274 **Special notes for your reviewer**: **Does this PR introduce a user-facing...
This PR introduces a new data structure which we call "tagfiltertree". A query consists of several tag filters. A tag filter is nothing but a tag and value pair where...
Putting this up to share an idea, needs some tests and sanity checking before landing