m3
m3 copied to clipboard
M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform
go.mod ``` require ( github.com/m3db/m3 v1.1.0 go.etcd.io/etcd/client/v3 v3.5.0 google.golang.org/grpc v1.40.0 google.golang.org/protobuf v1.27.1 ) ``` error: ``` go: finding module for package google.golang.org/grpc/naming github.com/m3db/m3/src/dbnode/client imports github.com/m3db/m3/src/dbnode/environment imports github.com/m3db/m3/src/cluster/client/etcd tested by github.com/m3db/m3/src/cluster/client/etcd.test...
This PR moves docs versions to Hugo themes (currently in the themes directory, which is odd, but that's the way it works…). Still do to: - [x] Docs on releasing...
**What this PR does / why we need it**: This mainly adds some info logging to background processes that happen on dbnode. Allows to have a better understanding of what...
**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...
might be related to #3933 On version 1.3.0, we're seeing that when we remove a node from a placement in a cluster, many or most of the nodes stop ticking...
**What this PR does / why we need it**: Refactors code to reduce probability of introducing channel leak in the future. **Special notes for your reviewer**: Refactoring code related to...
When Prometheus switches to remote reading from m3, to generate alerts, the request execution time drops dramatically. Creating an endpoint with Remote Read Streaming support should fix this problem. https://prometheus.io/blog/2019/10/10/remote-read-meets-streaming/
## Update gRPC/etcd packages It appears there are [deprecated](https://pkg.go.dev/google.golang.org/grpc/naming) gRPC packages ("google.golang.org/grpc/naming") being used, which make upgrading to more recent versions ([email protected]) difficult. Using the [replacements](https://pkg.go.dev/google.golang.org/grpc/resolver#Resolver) for the deprecated libraries...
@wesleyk the issue is exists too, and i found that #3806 not merge in 1.4.0?  _Originally posted by @wisre in https://github.com/m3db/m3/issues/3868#issuecomment-989566339_
aggregation is working using m3aggregator, but the shards are stuck in INITIALIZING, which is wierd.! ``` { "placement": { "instances": { "afr-thr-kandoo-minion-1u-01": { "id": "afr-thr-kandoo-minion-1u-01", "isolationGroup": "node1", "zone": "embedded", "weight":...