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**: Since m3 is now a go.mod project, it's no longer necessary to be checked out under GOPATH. This PR makes our...

**What this PR does / why we need it**: The aggregator client performed locking on a per-writer or per-queue basis. This protects against racy access to the underlying conn and...

# Filing M3 Issues ## General Issues When I run "make mock-gen-aggregator" it fails with errors pointing to file not found etc. ``` shankar ~/go-repos/src/oss/m3 % make mock-gen-aggregator Installing build...

# Filing M3 Issues ## General Issues General issues are any non-performance related issues (data integrity, ease of use, error messages, configuration, documentation, etc). Whenever a flush is invoked each...

Currently, the `process-cover.sh` is being run [here](https://github.com/m3db/m3/blob/master/Makefile#L262-L272) without regard to the `SKIP_CODECOV` flag. **What this PR does / why we need it**: Fixes # **Special notes for your reviewer**: **Does...

Hi all, ## General Issues 1. What service is experiencing the issue? M3DB 2. What is the configuration of the service? https://pastebin.pl/view/7e4b79e2 3. How are you using the service? via...

The filter syntax used by the aggregator is currently dependent on the order of alternatives listed in certain cases: ``` msg.{error, errors,success} ``` should match any of: ``` "msg.success", "msg.error",...

area:aggregator

Bumps [moment](https://github.com/moment/moment) from 2.19.3 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies
javascript

There is a bug in the filter implementation that is used in the aggregator rules: it incorrectly handles combination of wildcard and a range filter. Reproduced in new unit tests:...

# Filing M3 Issues There is a bug in metrics filter that is used by in the rules: when wildcard predicate is combined with the range predicate it is evaluated...