diff options
author | mokhotskii <mokhotskii@ydb.tech> | 2023-01-30 15:29:27 +0300 |
---|---|---|
committer | mokhotskii <mokhotskii@ydb.tech> | 2023-01-30 15:29:27 +0300 |
commit | f109a3becb186c6919d3870dca4636bd1e39ef86 (patch) | |
tree | a47afed7d95d9f892a1ebb6b51e8b0d5517ea493 | |
parent | a09ee37c9af7f96b0a2b6ee1530937e571511341 (diff) | |
download | ydb-f109a3becb186c6919d3870dca4636bd1e39ef86.tar.gz |
Fix PQCountersLabeled::Partition
Add yet another counter to fuzzy comparison
-rw-r--r-- | ydb/core/persqueue/ut/counters_ut.cpp | 11 | ||||
-rw-r--r-- | ydb/core/persqueue/ut/resources/counters_labeled.json | 2267 |
2 files changed, 2277 insertions, 1 deletions
diff --git a/ydb/core/persqueue/ut/counters_ut.cpp b/ydb/core/persqueue/ut/counters_ut.cpp index 6f10cd85a73..120d51ed918 100644 --- a/ydb/core/persqueue/ut/counters_ut.cpp +++ b/ydb/core/persqueue/ut/counters_ut.cpp @@ -158,12 +158,23 @@ void CompareJsons(const TString& inputStr, const TString& referenceStr) { if (getByPath(sensor, "kind") == "GAUGE" && (getByPath(sensor, "labels.sensor") == "PQ/TimeSinceLastReadMs" || getByPath(sensor, "labels.sensor") == "PQ/PartitionLifeTimeMs" || + getByPath(sensor, "labels.sensor") == "PQ/TotalTimeLagMsByLastRead" || getByPath(sensor, "labels.sensor") == "PQ/WriteTimeLagMsByLastReadOld")) { auto value = sensor["value"].GetIntegerSafe(); UNIT_ASSERT_GT(value, 4500); UNIT_ASSERT_LT(value, 5500); sensor.SetValueByPath("value", 5000); } + + if (getByPath(sensor, "kind") == "GAUGE" && + (getByPath(sensor, "labels.sensor") == "PQ/WriteTimeLagMsByLastRead" || + getByPath(sensor, "labels.sensor") == "PQ/WriteTimeLagMsByLastWrite")) { + auto value = sensor["value"].GetIntegerSafe(); + UNIT_ASSERT_GT(value, 25); + UNIT_ASSERT_LT(value, 35); + sensor.SetValueByPath("value", 30); + } + } UNIT_ASSERT_VALUES_EQUAL(referenceJson, inputJson); } diff --git a/ydb/core/persqueue/ut/resources/counters_labeled.json b/ydb/core/persqueue/ut/resources/counters_labeled.json index e4bc14b3dd1..ec378b2585e 100644 --- a/ydb/core/persqueue/ut/resources/counters_labeled.json +++ b/ydb/core/persqueue/ut/resources/counters_labeled.json @@ -1 +1,2266 @@ -{"sensors":[{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/MessageLagByCommitted"},"value":30},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/MessageLagByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/PartitionMaxReadQuotaUsage"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesAvailAvgMin"},"value":1000000000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesAvailAvgSec"},"value":1000000000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesMaxPerDay"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesMaxPerHour"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesMaxPerMin"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesMaxPerSec"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesPerDay"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesPerHour"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesPerMin"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesPerSec"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesQuota"},"value":1000000000},{"kind":"RATE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadOffsetRewindSum"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadTimeLagMs"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/SizeLagByCommitted"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/SizeLagByLastRead"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/TimeSinceLastReadMs"},"value":5000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/TotalMessageLagByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/TotalSizeLagByLastRead"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/TotalTimeLagMsByLastRead"},"value":4929},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/UserPartitionsAnswered"},"value":2},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteTimeLagMsByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteTimeLagMsByLastReadOld"},"value":5000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/MessageLagByCommitted"},"value":30},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/MessageLagByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/PartitionMaxReadQuotaUsage"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesAvailAvgMin"},"value":1000000000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesAvailAvgSec"},"value":1000000000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesMaxPerDay"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesMaxPerHour"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesMaxPerMin"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesMaxPerSec"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesPerDay"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesPerHour"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesPerMin"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesPerSec"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesQuota"},"value":1000000000},{"kind":"RATE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadOffsetRewindSum"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadTimeLagMs"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/SizeLagByCommitted"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/SizeLagByLastRead"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/TimeSinceLastReadMs"},"value":5000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/TotalMessageLagByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/TotalSizeLagByLastRead"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/TotalTimeLagMsByLastRead"},"value":4929},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/UserPartitionsAnswered"},"value":2},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteTimeLagMsByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteTimeLagMsByLastReadOld"},"value":5000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/MessageLagByCommitted"},"value":30},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/MessageLagByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/PartitionMaxReadQuotaUsage"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/ReadBytesAvailAvgMin"},"value":1000000000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/ReadBytesAvailAvgSec"},"value":1000000000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/ReadBytesMaxPerDay"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/ReadBytesMaxPerHour"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/ReadBytesMaxPerMin"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/ReadBytesMaxPerSec"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/ReadBytesPerDay"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/ReadBytesPerHour"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/ReadBytesPerMin"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/ReadBytesPerSec"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/ReadBytesQuota"},"value":1000000000},{"kind":"RATE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/ReadOffsetRewindSum"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/ReadTimeLagMs"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/SizeLagByCommitted"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/SizeLagByLastRead"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/TimeSinceLastReadMs"},"value":5000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/TotalMessageLagByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/TotalSizeLagByLastRead"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/TotalTimeLagMsByLastRead"},"value":4929},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/UserPartitionsAnswered"},"value":2},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/WriteTimeLagMsByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"total","important":"total","topic":"total","sensor":"PQ/WriteTimeLagMsByLastReadOld"},"value":5000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/MessageLagByCommitted"},"value":30},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/MessageLagByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/PartitionMaxReadQuotaUsage"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesAvailAvgMin"},"value":1000000000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesAvailAvgSec"},"value":1000000000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesMaxPerDay"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesMaxPerHour"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesMaxPerMin"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesMaxPerSec"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesPerDay"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesPerHour"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesPerMin"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesPerSec"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadBytesQuota"},"value":1000000000},{"kind":"RATE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadOffsetRewindSum"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/ReadTimeLagMs"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/SizeLagByCommitted"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/SizeLagByLastRead"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/TimeSinceLastReadMs"},"value":5000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/TotalMessageLagByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/TotalSizeLagByLastRead"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/TotalTimeLagMsByLastRead"},"value":4929},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/UserPartitionsAnswered"},"value":2},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteTimeLagMsByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteTimeLagMsByLastReadOld"},"value":5000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/MessageLagByCommitted"},"value":30},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/MessageLagByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/PartitionMaxReadQuotaUsage"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/ReadBytesAvailAvgMin"},"value":1000000000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/ReadBytesAvailAvgSec"},"value":1000000000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/ReadBytesMaxPerDay"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/ReadBytesMaxPerHour"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/ReadBytesMaxPerMin"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/ReadBytesMaxPerSec"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/ReadBytesPerDay"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/ReadBytesPerHour"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/ReadBytesPerMin"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/ReadBytesPerSec"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/ReadBytesQuota"},"value":1000000000},{"kind":"RATE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/ReadOffsetRewindSum"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/ReadTimeLagMs"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/SizeLagByCommitted"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/SizeLagByLastRead"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/TimeSinceLastReadMs"},"value":5000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/TotalMessageLagByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/TotalSizeLagByLastRead"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/TotalTimeLagMsByLastRead"},"value":4929},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/UserPartitionsAnswered"},"value":2},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/WriteTimeLagMsByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"0","topic":"total","sensor":"PQ/WriteTimeLagMsByLastReadOld"},"value":5000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/MessageLagByCommitted"},"value":30},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/MessageLagByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/PartitionMaxReadQuotaUsage"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/ReadBytesAvailAvgMin"},"value":1000000000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/ReadBytesAvailAvgSec"},"value":1000000000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/ReadBytesMaxPerDay"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/ReadBytesMaxPerHour"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/ReadBytesMaxPerMin"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/ReadBytesMaxPerSec"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/ReadBytesPerDay"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/ReadBytesPerHour"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/ReadBytesPerMin"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/ReadBytesPerSec"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/ReadBytesQuota"},"value":1000000000},{"kind":"RATE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/ReadOffsetRewindSum"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/ReadTimeLagMs"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/SizeLagByCommitted"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/SizeLagByLastRead"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/TimeSinceLastReadMs"},"value":5000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/TotalMessageLagByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/TotalSizeLagByLastRead"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/TotalTimeLagMsByLastRead"},"value":4929},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/UserPartitionsAnswered"},"value":2},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/WriteTimeLagMsByLastRead"},"value":29},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","client":"user","important":"total","topic":"total","sensor":"PQ/WriteTimeLagMsByLastReadOld"},"value":5000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/GapsCount"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/GapsMaxCount"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/GapsMaxSize"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/GapsSize"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/MaxPartSize"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/PartitionInitTimeMs"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/PartitionLifeTimeMs"},"value":5000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/PartitionMaxWriteQuotaUsage"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/PartitionsAnswered"},"value":2},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/PartitionsTotal"},"value":2},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/QuotaBytesMaxPerDay"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/QuotaBytesMaxPerHour"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/QuotaBytesMaxPerMin"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/QuotaBytesMaxPerSec"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/QuotaBytesPerDay"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/QuotaBytesPerHour"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/QuotaBytesPerMin"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/QuotaBytesPerSec"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/SourceIdCount"},"value":3},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/SourceIdMaxCount"},"value":3},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/SourceIdMinLifetimeMs"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/TotalPartSize"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteBytesAvailAvgMin"},"value":49999998},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteBytesAvailAvgSec"},"value":50000000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteBytesMaxPerDay"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteBytesMaxPerHour"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteBytesMaxPerMin"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteBytesMaxPerSec"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteBytesPerDay"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteBytesPerHour"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteBytesPerMin"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteBytesPerSec"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteBytesQuota"},"value":50000000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"rt3.dc1--asdfgs--topic","sensor":"PQ/WriteTimeLagMsByLastWrite"},"value":32},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/GapsCount"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/GapsMaxCount"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/GapsMaxSize"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/GapsSize"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/MaxPartSize"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/PartitionInitTimeMs"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/PartitionLifeTimeMs"},"value":5000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/PartitionMaxWriteQuotaUsage"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/PartitionsAnswered"},"value":2},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/PartitionsTotal"},"value":2},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/QuotaBytesMaxPerDay"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/QuotaBytesMaxPerHour"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/QuotaBytesMaxPerMin"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/QuotaBytesMaxPerSec"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/QuotaBytesPerDay"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/QuotaBytesPerHour"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/QuotaBytesPerMin"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/QuotaBytesPerSec"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/SourceIdCount"},"value":3},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/SourceIdMaxCount"},"value":3},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/SourceIdMinLifetimeMs"},"value":0},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/TotalPartSize"},"value":744},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/WriteBytesAvailAvgMin"},"value":49999998},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/WriteBytesAvailAvgSec"},"value":50000000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/WriteBytesMaxPerDay"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/WriteBytesMaxPerHour"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/WriteBytesMaxPerMin"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/WriteBytesMaxPerSec"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/WriteBytesPerDay"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/WriteBytesPerHour"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/WriteBytesPerMin"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/WriteBytesPerSec"},"value":540},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/WriteBytesQuota"},"value":50000000},{"kind":"GAUGE","labels":{"user_counters":"PersQueue","topic":"total","sensor":"PQ/WriteTimeLagMsByLastWrite"},"value":32}]} +{ + "sensors": [ + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/MessageLagByCommitted" + }, + "value": 30 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/MessageLagByLastRead" + }, + "value": 29 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/PartitionMaxReadQuotaUsage" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesAvailAvgMin" + }, + "value": 1000000000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesAvailAvgSec" + }, + "value": 1000000000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesMaxPerDay" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesMaxPerHour" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesMaxPerMin" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesMaxPerSec" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesPerDay" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesPerHour" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesPerMin" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesPerSec" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesQuota" + }, + "value": 1000000000 + }, + { + "kind": "RATE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadOffsetRewindSum" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadTimeLagMs" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/SizeLagByCommitted" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/SizeLagByLastRead" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/TimeSinceLastReadMs" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/TotalMessageLagByLastRead" + }, + "value": 29 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/TotalSizeLagByLastRead" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/TotalTimeLagMsByLastRead" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/UserPartitionsAnswered" + }, + "value": 2 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteTimeLagMsByLastRead" + }, + "value": 30 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteTimeLagMsByLastReadOld" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/MessageLagByCommitted" + }, + "value": 30 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/MessageLagByLastRead" + }, + "value": 29 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/PartitionMaxReadQuotaUsage" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesAvailAvgMin" + }, + "value": 1000000000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesAvailAvgSec" + }, + "value": 1000000000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesMaxPerDay" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesMaxPerHour" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesMaxPerMin" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesMaxPerSec" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesPerDay" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesPerHour" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesPerMin" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesPerSec" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesQuota" + }, + "value": 1000000000 + }, + { + "kind": "RATE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadOffsetRewindSum" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadTimeLagMs" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/SizeLagByCommitted" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/SizeLagByLastRead" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/TimeSinceLastReadMs" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/TotalMessageLagByLastRead" + }, + "value": 29 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/TotalSizeLagByLastRead" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/TotalTimeLagMsByLastRead" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/UserPartitionsAnswered" + }, + "value": 2 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteTimeLagMsByLastRead" + }, + "value": 30 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteTimeLagMsByLastReadOld" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/MessageLagByCommitted" + }, + "value": 30 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/MessageLagByLastRead" + }, + "value": 29 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/PartitionMaxReadQuotaUsage" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesAvailAvgMin" + }, + "value": 1000000000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesAvailAvgSec" + }, + "value": 1000000000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesMaxPerDay" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesMaxPerHour" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesMaxPerMin" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesMaxPerSec" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesPerDay" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesPerHour" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesPerMin" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesPerSec" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesQuota" + }, + "value": 1000000000 + }, + { + "kind": "RATE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadOffsetRewindSum" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadTimeLagMs" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/SizeLagByCommitted" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/SizeLagByLastRead" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/TimeSinceLastReadMs" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/TotalMessageLagByLastRead" + }, + "value": 29 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/TotalSizeLagByLastRead" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/TotalTimeLagMsByLastRead" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/UserPartitionsAnswered" + }, + "value": 2 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/WriteTimeLagMsByLastRead" + }, + "value": 30 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "total", + "important": "total", + "topic": "total", + "sensor": "PQ/WriteTimeLagMsByLastReadOld" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/MessageLagByCommitted" + }, + "value": 30 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/MessageLagByLastRead" + }, + "value": 29 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/PartitionMaxReadQuotaUsage" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesAvailAvgMin" + }, + "value": 1000000000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesAvailAvgSec" + }, + "value": 1000000000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesMaxPerDay" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesMaxPerHour" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesMaxPerMin" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesMaxPerSec" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesPerDay" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesPerHour" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesPerMin" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesPerSec" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadBytesQuota" + }, + "value": 1000000000 + }, + { + "kind": "RATE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadOffsetRewindSum" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/ReadTimeLagMs" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/SizeLagByCommitted" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/SizeLagByLastRead" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/TimeSinceLastReadMs" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/TotalMessageLagByLastRead" + }, + "value": 29 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/TotalSizeLagByLastRead" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/TotalTimeLagMsByLastRead" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/UserPartitionsAnswered" + }, + "value": 2 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteTimeLagMsByLastRead" + }, + "value": 30 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteTimeLagMsByLastReadOld" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/MessageLagByCommitted" + }, + "value": 30 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/MessageLagByLastRead" + }, + "value": 29 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/PartitionMaxReadQuotaUsage" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/ReadBytesAvailAvgMin" + }, + "value": 1000000000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/ReadBytesAvailAvgSec" + }, + "value": 1000000000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/ReadBytesMaxPerDay" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/ReadBytesMaxPerHour" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/ReadBytesMaxPerMin" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/ReadBytesMaxPerSec" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/ReadBytesPerDay" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/ReadBytesPerHour" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/ReadBytesPerMin" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/ReadBytesPerSec" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/ReadBytesQuota" + }, + "value": 1000000000 + }, + { + "kind": "RATE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/ReadOffsetRewindSum" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/ReadTimeLagMs" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/SizeLagByCommitted" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/SizeLagByLastRead" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/TimeSinceLastReadMs" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/TotalMessageLagByLastRead" + }, + "value": 29 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/TotalSizeLagByLastRead" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/TotalTimeLagMsByLastRead" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/UserPartitionsAnswered" + }, + "value": 2 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/WriteTimeLagMsByLastRead" + }, + "value": 30 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "0", + "topic": "total", + "sensor": "PQ/WriteTimeLagMsByLastReadOld" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/MessageLagByCommitted" + }, + "value": 30 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/MessageLagByLastRead" + }, + "value": 29 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/PartitionMaxReadQuotaUsage" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesAvailAvgMin" + }, + "value": 1000000000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesAvailAvgSec" + }, + "value": 1000000000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesMaxPerDay" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesMaxPerHour" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesMaxPerMin" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesMaxPerSec" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesPerDay" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesPerHour" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesPerMin" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesPerSec" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadBytesQuota" + }, + "value": 1000000000 + }, + { + "kind": "RATE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadOffsetRewindSum" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/ReadTimeLagMs" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/SizeLagByCommitted" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/SizeLagByLastRead" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/TimeSinceLastReadMs" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/TotalMessageLagByLastRead" + }, + "value": 29 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/TotalSizeLagByLastRead" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/TotalTimeLagMsByLastRead" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/UserPartitionsAnswered" + }, + "value": 2 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/WriteTimeLagMsByLastRead" + }, + "value": 30 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "client": "user", + "important": "total", + "topic": "total", + "sensor": "PQ/WriteTimeLagMsByLastReadOld" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/GapsCount" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/GapsMaxCount" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/GapsMaxSize" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/GapsSize" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/MaxPartSize" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/PartitionInitTimeMs" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/PartitionLifeTimeMs" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/PartitionMaxWriteQuotaUsage" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/PartitionsAnswered" + }, + "value": 2 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/PartitionsTotal" + }, + "value": 2 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/QuotaBytesMaxPerDay" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/QuotaBytesMaxPerHour" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/QuotaBytesMaxPerMin" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/QuotaBytesMaxPerSec" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/QuotaBytesPerDay" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/QuotaBytesPerHour" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/QuotaBytesPerMin" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/QuotaBytesPerSec" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/SourceIdCount" + }, + "value": 3 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/SourceIdMaxCount" + }, + "value": 3 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/SourceIdMinLifetimeMs" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/TotalPartSize" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteBytesAvailAvgMin" + }, + "value": 49999998 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteBytesAvailAvgSec" + }, + "value": 50000000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteBytesMaxPerDay" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteBytesMaxPerHour" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteBytesMaxPerMin" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteBytesMaxPerSec" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteBytesPerDay" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteBytesPerHour" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteBytesPerMin" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteBytesPerSec" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteBytesQuota" + }, + "value": 50000000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "rt3.dc1--asdfgs--topic", + "sensor": "PQ/WriteTimeLagMsByLastWrite" + }, + "value": 30 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/GapsCount" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/GapsMaxCount" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/GapsMaxSize" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/GapsSize" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/MaxPartSize" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/PartitionInitTimeMs" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/PartitionLifeTimeMs" + }, + "value": 5000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/PartitionMaxWriteQuotaUsage" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/PartitionsAnswered" + }, + "value": 2 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/PartitionsTotal" + }, + "value": 2 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/QuotaBytesMaxPerDay" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/QuotaBytesMaxPerHour" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/QuotaBytesMaxPerMin" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/QuotaBytesMaxPerSec" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/QuotaBytesPerDay" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/QuotaBytesPerHour" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/QuotaBytesPerMin" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/QuotaBytesPerSec" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/SourceIdCount" + }, + "value": 3 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/SourceIdMaxCount" + }, + "value": 3 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/SourceIdMinLifetimeMs" + }, + "value": 0 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/TotalPartSize" + }, + "value": 744 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/WriteBytesAvailAvgMin" + }, + "value": 49999998 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/WriteBytesAvailAvgSec" + }, + "value": 50000000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/WriteBytesMaxPerDay" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/WriteBytesMaxPerHour" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/WriteBytesMaxPerMin" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/WriteBytesMaxPerSec" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/WriteBytesPerDay" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/WriteBytesPerHour" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/WriteBytesPerMin" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/WriteBytesPerSec" + }, + "value": 540 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/WriteBytesQuota" + }, + "value": 50000000 + }, + { + "kind": "GAUGE", + "labels": { + "user_counters": "PersQueue", + "topic": "total", + "sensor": "PQ/WriteTimeLagMsByLastWrite" + }, + "value": 30 + } + ] +} |