summaryrefslogtreecommitdiffstats
path: root/src/stats.c
Commit message (Expand)AuthorAgeFilesLines
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-3/+3
* [doc] Add Doxygen API documentation for stats.c and stats_statsd.cHarald Welte2017-10-161-0/+102
* Rename 'statistics.c' to 'counter.c'Harald Welte2017-10-151-1/+1
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-0/+1
* stats: Disable stats*.c on embedded targetsHarald Welte2017-05-151-0/+14
* use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte2017-05-151-1/+2
* timer: add osmo_timer_setup()Pablo Neira Ayuso2017-05-091-1/+1
* statsd: Fix compiler warning (int32_t vs. int64_t)Harald Welte2016-11-111-2/+2
* Fix build for OSXArran Cudbard-Bell2016-05-201-1/+13
* stats: Reorder functions in stats.cJacob Erlbeck2015-11-261-59/+61
* stats: Move statsd related code into a separate fileJacob Erlbeck2015-11-261-139/+9
* stats: Fix not reported stat item valuesJacob Erlbeck2015-11-091-1/+3
* stats: Fix handling of multiple resportersJacob Erlbeck2015-11-091-2/+2
* stats: Send all values on reporter updateJacob Erlbeck2015-11-091-8/+25
* stats: Fix name prefix handlingJacob Erlbeck2015-11-091-11/+23
* stats: Fix build on FreeBSDHolger Hans Peter Freyther2015-08-211-1/+2
* stats: Do not assign the wrong addresssHolger Hans Peter Freyther2015-11-021-1/+1
* stats: Remove warnings about never read variablesHolger Hans Peter Freyther2015-11-021-8/+5
* log: Add new DLSTATS log levelJacob Erlbeck2015-11-021-4/+1
* stats: Limit reporting by class idJacob Erlbeck2015-11-021-0/+29
* stats: Report group indices as unsigned intJacob Erlbeck2015-11-021-8/+9
* stats: Add osmo_ name prefix to identifiersJacob Erlbeck2015-11-021-107/+107
* stats: Add log reporterJacob Erlbeck2015-10-291-0/+63
* stats: Use function pointers in reporter objectsJacob Erlbeck2015-10-291-25/+26
* stats: Make net config optionalJacob Erlbeck2015-10-291-0/+14
* stats: Support statsd Multi-Metric PacketsJacob Erlbeck2015-10-291-11/+97
* stats: Add support for osmo_countersJacob Erlbeck2015-10-291-0/+32
* stats: Report stat item valuesJacob Erlbeck2015-10-291-0/+49
* stats: Implement timer based reportingJacob Erlbeck2015-10-291-3/+43
* stats: Add the reporting frameworkJacob Erlbeck2015-10-291-0/+387