aboutsummaryrefslogtreecommitdiffstats
path: root/tests/stats
AgeCommit message (Expand)AuthorFilesLines
2021-08-20stats: send real last value if no new values comeOliver Smith2-1/+3
2021-08-20tests/stats: show how last item sent may be wrongOliver Smith2-0/+12
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-45/+45
2021-04-07stats: log error when missing stats values (v2)Oliver Smith2-0/+6
2021-04-07stats_test: restore stat_item_get_next assertsOliver Smith1-18/+18
2021-04-07stat_item: make value ids item specificOliver Smith1-15/+0
2021-04-06stat_item: make next_id argument name consistentOliver Smith1-27/+27
2021-03-19Revert "stats: log error when missing stats values"Oliver Smith2-151/+0
2021-03-17stats: log error when missing stats valuesOliver Smith2-0/+151
2021-03-17tests/stats: enable logging in test outputOliver Smith3-162/+175
2021-03-09stats: Ensure that each osmo_stat_item only reports once per intervalDaniel Willmann2-0/+20
2019-05-07add osmo_stat_item_inc/osmo_stat_item_dec to set it relativeAlexander Couzens1-0/+16
2017-12-20rate_ctr: fix osmo-sgsn DoS: don't return NULL on already used indexNeels Hofmeyr1-5/+5
2017-12-17Do not allocate already existing counter groupMax1-1/+6
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-1/+3
2017-10-24stats_test: Extend check to include test for counter group name manglingHarald Welte2-10/+51
2017-10-24Convert lib-internal rate_ctr from '.' separator to ':' separatorHarald Welte1-3/+3
2017-10-24rate_ctr: Enforce counter (and ctr_group) names are valid identifiersHarald Welte1-42/+42
2017-01-15stats_test: fix mismatching osmo_stats_reporter->send_item signatureNeels Hofmeyr1-2/+3
2015-11-26stats/test: Add memory leak checkJacob Erlbeck1-4/+9
2015-11-26stats/test: Add test for reportingJacob Erlbeck2-17/+369
2015-11-02stats: Add osmo_ name prefix to identifiersJacob Erlbeck1-55/+55
2015-10-28stats: Use a global index for stat item valuesJacob Erlbeck1-14/+29
2015-10-28stats: Add stat_item for value monitoringJacob Erlbeck2-0/+198