Default gauge function truncates any precision; this is needed for the chainstats txrate metric.
Gauge double #11239
pull jlopp wants to merge 73 commits into bitcoin:master from jlopp:gaugeDouble changing 15 files +558 −71-
jlopp commented at 3:14 PM on September 5, 2017: contributor
-
adding statsd client and initial metrics logging 8c18dcbc86
-
fixing timer granularity 0c82336d79
-
adding reject error code translation 06665d4d00
-
differentiate millisecond and microsecond timers ef08a73de1
-
moving reject code function 4443294147
-
adding known addresses metric, reducing bandwidth sample rates d136eadf8e
-
consolidating sent message stats collection 048f03cad4
-
adding counts of spv/full nodes, inbound/outbound connections a93d3a4f66
-
add logging of current blockchain height c99187c514
-
adding gauging of sizes of tx pools and current block height 01f6249ee1
-
fixing name of tx cache size metric 0a07e782b2
-
adding UTXO metrics fe54181775
-
moving gauging of UTXO metrics c2aa429995
-
increase bytesReceived sampling a64dae12f0
-
Merge remote-tracking branch 'upstream/master' 50686c02ba
-
fixing broken upstream merge 07eaedbffd
-
0510bc531d
Merge remote-tracking branch 'upstream/master'
Conflicts: src/main.cpp src/net.h
-
9653bf5a53
Merge remote-tracking branch 'upstream/master'
Conflicts: src/Makefile.am src/net.cpp src/net.h
-
merging gavin's RPC peer disconnect feature a3037a5be4
-
try to read host name from conf for stats partitioning 1f4647b040
-
fix initialization of hostname from conf file e1b31fa945
-
adding back sent message stat collection 8342c75325
-
ba37a2f597
Merge remote-tracking branch 'upstream/master'
Conflicts: src/main.cpp
-
0d44181210
Merge remote-tracking branch 'upstream/master'
Conflicts: src/main.cpp
-
set client name to statoshi 89fc6ebc08
-
increase function timing granularity e378e7c8b6
-
875e9c9197
Merge remote-tracking branch 'upstream/master'
Conflicts: src/Makefile.am src/clientversion.cpp
-
change logging # of known addresses to occur after parsing addr msg 85af0dba4c
-
changing master README to be Statoshi-specific 98d7d88e01
-
fixing markdown 0f7efc911f
-
adding new transaction metrics fc5a70961a
-
Merge remote-tracking branch 'upstream/master' into newMetrics fb4c038d84
-
3a4e1956da
Merge remote-tracking branch 'upstream/master' into newMetrics
Conflicts: README.md
-
Merge remote-tracking branch 'upstream/master' 7d803e60c8
-
304cfb2041
Merge remote-tracking branch 'upstream/master'
Conflicts: src/net.cpp src/rpcserver.cpp
-
Merge remote-tracking branch 'upstream/master' b6bbd0e6de
-
adding new block, transaction, and peer metrics e1d66996bc
-
3a8457e68f
Merge remote-tracking branch 'upstream/master'
Conflicts: README.md src/main.cpp src/rpcclient.cpp src/rpcnet.cpp src/rpcserver.cpp
-
adding additional function timings b26bb0aa3e
-
add license to statsd client fb1c586f14
-
d43ff5108d
Merge remote-tracking branch 'upstream/master'
Conflicts: src/main.cpp
-
emit metrics for fee and priority estimates 91910f2d05
-
Merge branch 'estimates' cd25550c25
-
73e4ff8b59
:Merge remote-tracking branch 'upstream/master'
Conflicts: README.md src/main.cpp src/net.cpp
-
Merge remote-tracking branch 'upstream/master' 811ebb7f48
-
adding link to developer guide 6f8f13a7fa
-
4352581585
Merge remote-tracking branch 'upstream/master'
Conflicts: README.md src/main.cpp
-
remove priority estimates because they no longer get populated 19ca1fd2e8
-
add gauging of network hashrate 4daa2623dd
-
don't store negative fee estimates 9c7ae20929
-
gauge mining difficulty 18452e5901
-
add peer ping timings 334a761d11
-
add stats of bandwidth usage by message type a311782938
-
884a84f763
Merge pull request #27 from jlopp/bandwidthByMsgType
gauge bandwidth usage by message type
-
add timing of ConnectTip function 8dc3f49849
-
don't count ping times of 0 9bdb4e121a
-
add more mempool stats ef5cf46ab4
-
2552cba38d
Merge pull request #28 from jlopp/mempoolStats
add more mempool stats
-
Merge remote-tracking branch 'upstream/master' adb7460934
-
fix storage of network.hashesPerSecond metric 8a8c02c042
-
022f66f837
Update to 0.13.1
Merge remote-tracking branch 'upstream/master'
-
fix address manager size metric b679db2010
-
add more block stats e44bddc5fe
-
fix block size metrics and chain work number format 35d798cccf
-
remove chainWork because number is too large to process fa5ee3ad44
-
Merge remote-tracking branch 'upstream/master' a59f0f1f1a
-
remove duplicate global var declaration 4c7b804430
-
Merge remote-tracking branch 'upstream/master' ecdb49ee7c
-
add chain tx stats f2c6da1f1c
-
2803878a25
Merge pull request #36 from jlopp/txChainStats
add chain tx stats
-
change fee estimates to use default conservative algorithm 3a812c6189
-
Merge branch 'master' of github.com:jlopp/statoshi 2d2857af56
-
add support for guaging double values ab07360ff7
-
jlopp commented at 3:14 PM on September 5, 2017: contributor
bah, I have to fix this default PR branch problem.
- jlopp closed this on Sep 5, 2017
- jlopp deleted the branch on Sep 5, 2017
- DrahtBot locked this on Sep 8, 2021
Contributors