summaryrefslogtreecommitdiff
path: root/statsd/src/guardrail/StatsdStats.h
diff options
context:
space:
mode:
Diffstat (limited to 'statsd/src/guardrail/StatsdStats.h')
-rw-r--r--statsd/src/guardrail/StatsdStats.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/statsd/src/guardrail/StatsdStats.h b/statsd/src/guardrail/StatsdStats.h
index bfcb0fd7..d812e55a 100644
--- a/statsd/src/guardrail/StatsdStats.h
+++ b/statsd/src/guardrail/StatsdStats.h
@@ -102,10 +102,10 @@ public:
static const std::map<int, std::pair<size_t, size_t>> kAtomDimensionKeySizeLimitMap;
const static int kMaxConfigCountPerUid = 20;
- const static int kMaxAlertCountPerConfig = 100;
- const static int kMaxConditionCountPerConfig = 300;
- const static int kMaxMetricCountPerConfig = 1000;
- const static int kMaxMatcherCountPerConfig = 1200;
+ const static int kMaxAlertCountPerConfig = 200;
+ const static int kMaxConditionCountPerConfig = 500;
+ const static int kMaxMetricCountPerConfig = 2000;
+ const static int kMaxMatcherCountPerConfig = 2500;
// The max number of old config stats we keep.
const static int kMaxIceBoxSize = 20;
@@ -163,11 +163,11 @@ public:
static const int64_t kPullMaxDelayNs = 30 * NS_PER_SEC;
// Maximum number of pushed atoms statsd stats will track above kMaxPushedAtomId.
- static const int kMaxNonPlatformPushedAtoms = 400;
+ static const int kMaxNonPlatformPushedAtoms = 600;
// Maximum atom id value that we consider a platform pushed atom.
// This should be updated once highest pushed atom id in atoms.proto approaches this value.
- static const int kMaxPushedAtomId = 500;
+ static const int kMaxPushedAtomId = 750;
// Atom id that is the start of the pulled atoms.
static const int kPullAtomStartTag = 10000;