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

PR 2 for https://github.com/m3db/m3/issues/4144 High level approach is as described in https://github.com/m3db/m3/issues/4144 . This PR adds: - Functions to spin up a 1 node etcd cluster using docker (in `dockerexternal`)...

PR 1 of etcd test refactor I am introducing a docker based etcd test framework. Overall structure I'm going for: resources/dockerm3 -- m3 docker containers resources/dockerexternal -- dependencies (prometheus, etcd)...

tl;dr: - etcd server dependencies are problematic - They're brought in mostly for tests (`etcd/v3/integration`, `etcd/v3/server/embed`) - We can and should replace them with etcd running in a docker container,...

**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...

I am currently working on replacing the `etcd/integration` package with a docker based approach (https://github.com/m3db/m3/pull/4141). Until that lands however, provide Uber with a branch that doesn't encounter the otel dependency...

**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...

1. What service is experiencing the issue? M3DB Sorry if the issue is a little basic but I am searching for any available authentication mechanisms for the m3db endpoints. I...

**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...

Similar to https://github.com/m3db/m3/pull/4135 Since m3 is now a go.mod project, it's no longer necessary to be checked out under GOPATH. This PR makes our code generation reflect that fact. I've...

**What this PR does / why we need it**: Fixes # racy fetchActiveBlocksMetadata pagination where due to race during cluster resize (peers bootstrapping) some series could have been skipped from...