index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
stats.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix/Update copyright notices; Add SPDX annotation
Harald Welte
2017-11-13
1
-3
/
+3
*
[doc] Add Doxygen API documentation for stats.c and stats_statsd.c
Harald Welte
2017-10-16
1
-0
/
+102
*
Rename 'statistics.c' to 'counter.c'
Harald Welte
2017-10-15
1
-1
/
+1
*
doxygen: unify use of \file across the board
Neels Hofmeyr
2017-06-23
1
-0
/
+1
*
stats: Disable stats*.c on embedded targets
Harald Welte
2017-05-15
1
-0
/
+14
*
use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocore
Harald Welte
2017-05-15
1
-1
/
+2
*
timer: add osmo_timer_setup()
Pablo Neira Ayuso
2017-05-09
1
-1
/
+1
*
statsd: Fix compiler warning (int32_t vs. int64_t)
Harald Welte
2016-11-11
1
-2
/
+2
*
Fix build for OSX
Arran Cudbard-Bell
2016-05-20
1
-1
/
+13
*
stats: Reorder functions in stats.c
Jacob Erlbeck
2015-11-26
1
-59
/
+61
*
stats: Move statsd related code into a separate file
Jacob Erlbeck
2015-11-26
1
-139
/
+9
*
stats: Fix not reported stat item values
Jacob Erlbeck
2015-11-09
1
-1
/
+3
*
stats: Fix handling of multiple resporters
Jacob Erlbeck
2015-11-09
1
-2
/
+2
*
stats: Send all values on reporter update
Jacob Erlbeck
2015-11-09
1
-8
/
+25
*
stats: Fix name prefix handling
Jacob Erlbeck
2015-11-09
1
-11
/
+23
*
stats: Fix build on FreeBSD
Holger Hans Peter Freyther
2015-08-21
1
-1
/
+2
*
stats: Do not assign the wrong addresss
Holger Hans Peter Freyther
2015-11-02
1
-1
/
+1
*
stats: Remove warnings about never read variables
Holger Hans Peter Freyther
2015-11-02
1
-8
/
+5
*
log: Add new DLSTATS log level
Jacob Erlbeck
2015-11-02
1
-4
/
+1
*
stats: Limit reporting by class id
Jacob Erlbeck
2015-11-02
1
-0
/
+29
*
stats: Report group indices as unsigned int
Jacob Erlbeck
2015-11-02
1
-8
/
+9
*
stats: Add osmo_ name prefix to identifiers
Jacob Erlbeck
2015-11-02
1
-107
/
+107
*
stats: Add log reporter
Jacob Erlbeck
2015-10-29
1
-0
/
+63
*
stats: Use function pointers in reporter objects
Jacob Erlbeck
2015-10-29
1
-25
/
+26
*
stats: Make net config optional
Jacob Erlbeck
2015-10-29
1
-0
/
+14
*
stats: Support statsd Multi-Metric Packets
Jacob Erlbeck
2015-10-29
1
-11
/
+97
*
stats: Add support for osmo_counters
Jacob Erlbeck
2015-10-29
1
-0
/
+32
*
stats: Report stat item values
Jacob Erlbeck
2015-10-29
1
-0
/
+49
*
stats: Implement timer based reporting
Jacob Erlbeck
2015-10-29
1
-3
/
+43
*
stats: Add the reporting framework
Jacob Erlbeck
2015-10-29
1
-0
/
+387