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: To add new reserved metric tags, we need to add the reserved tag to the initial metric id, and the rollup...

**What this PR does / why we need it**: To add new reserved metric tags, we need to add the reserved tag to the initial metric id, and the rollup...

**What this PR does / why we need it**: Fixes # I was running github actions to run linter [makezero](https://github.com/ashanbrown/makezero) for top github golang repos. see issues https://github.com/alingse/go-linter-runner/issues/1 and the...

host.docker.internal doesn't work correctly for our etcd integration tests on Mac's, but localhost does. It used to be the case that host.docker.internal didn't resolve at all on Mac's--I encoded this...

**What this PR does / why we need it**: TLS support was added to xserver and aggregator client. The server supports 3 modes: disabled(allows plaintext connections only), permissive(allows both plaintext...

There is a failing test in our buildkite pipeline called build quay.io/m3db. Example build: https://buildkite.com/uberopensource/m3-monorepo-ci-uber-oss/builds/351 It is not part of our [buildkite pipeline steps](https://github.com/m3db/m3/blob/master/.buildkite/pipeline.yml). The error message says `No docker-login...

The documentation test in buildkite pipeline is failing [because of this command in the makefile](https://github.com/m3db/m3/blob/master/Makefile#L223). The issue is most likely due to missing access tokens since [the echo statement was...

FOSSA was deprecated as of December 31, 2023. We removed the FOSSA license scan here: https://github.com/m3db/m3/pull/4285. Instead of using FOSSA, we will switch to using SNYK. For more information see:...

**What this PR does / why we need it**: Current implementation doesn't allow for alteration of the Pipeline field: operations. Here I have changed field to public. **Special notes for...

This diff applies a similar approach to that found in https://github.com/m3db/m3/pull/3988 to ReverseMatch. The reasoning is the same--ReverseMatch acquires a lot of SortedTagIterators, and pooling is expensive in this code...