summaryrefslogtreecommitdiffstats
path: root/tests/stats
Commit message (Expand)AuthorAgeFilesLines
* [WIP] prometheus module fake_stats testprometheustv2019-12-291-0/+116
* add osmo_stat_item_inc/osmo_stat_item_dec to set it relativeAlexander Couzens2019-05-071-0/+16
* rate_ctr: fix osmo-sgsn DoS: don't return NULL on already used indexNeels Hofmeyr2017-12-201-5/+5
* Do not allocate already existing counter groupMax2017-12-171-1/+6
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-1/+3
* stats_test: Extend check to include test for counter group name manglingHarald Welte2017-10-242-10/+51
* Convert lib-internal rate_ctr from '.' separator to ':' separatorHarald Welte2017-10-241-3/+3
* rate_ctr: Enforce counter (and ctr_group) names are valid identifiersHarald Welte2017-10-241-42/+42
* stats_test: fix mismatching osmo_stats_reporter->send_item signatureNeels Hofmeyr2017-01-151-2/+3
* stats/test: Add memory leak checkJacob Erlbeck2015-11-261-4/+9
* stats/test: Add test for reportingJacob Erlbeck2015-11-262-17/+369
* stats: Add osmo_ name prefix to identifiersJacob Erlbeck2015-11-021-55/+55
* stats: Use a global index for stat item valuesJacob Erlbeck2015-10-281-14/+29
* stats: Add stat_item for value monitoringJacob Erlbeck2015-10-282-0/+198