Added StatSum and StatAverage to stats service

This commit is contained in:
edwardro22
2017-12-24 02:12:09 +02:00
committed by Dan Christian Bogos
parent 2089f3b7b3
commit bd8ba22ca7
23 changed files with 801 additions and 204 deletions

View File

@@ -427,6 +427,7 @@ CREATE TABLE tp_stats (
"queue_length" INTEGER NOT NULL,
"ttl" varchar(32) NOT NULL,
"metrics" varchar(64) NOT NULL,
"parameters" varchar(64) NOT NULL,
"blocker" BOOLEAN NOT NULL,
"stored" BOOLEAN NOT NULL,
"weight" decimal(8,2) NOT NULL,