m3
m3 copied to clipboard
M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform
# 📢 Node Exporter DaemonSet Security Risk Report --- ## 📂 Relevant Files and Links - Local YAML provided (`DaemonSet: node-exporter`, namespace: `monitoring`) - GitHub reference: [m3db/m3 node-exporter-daemonset.yaml](https://github.com/m3db/m3/blob/master/scripts/vagrant/provision/manifests/kube-prometheus/node-exporter-daemonset.yaml) --- ##...
**What this PR does / why we need it**: We want cardinality metrics coming from aggregator, this is done at the ticker and the metrics get pushed when the flush...
The test `TestFetchTaggedResultsAccumulatorGenerativeConsistencyCheck` is timing out occasionally on CI. Steps to repro: ``` go test -test.v -tags=big ./src/dbnode/client/ -test.run 'TestAggregateResultsAccumulatorGenerativeConsistencyCheck' -test.count=100 -test.timeout=10s ``` Output: https://gist.github.com/andrewmains12/4b8f2717943dada08031bf060409541a If `-test.count=100` doesn't do it,...
This PR Update the Prometheus-related code to support UTF - 8 for metric and label names, utilize the new annotations package, and adjust the signatures of the query methods to...
**What this PR does / why we need it**: When writing to a ConsumerService, m3msg producer randomly picks a ConsumerWriter that writes to a replica. It will block until there...
**What this PR does / why we need it**: Removes most of the per-metric allocations from the remote write endpoint, the only allocations left are the iterators (which are bulk...
trivial change to trigger docker build.
**What this PR does / why we need it**: This adds high concurrent downsampling tests for Carbon/Graphite ingestion. This catches issues that would occur due to flush concurrency and load....
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...