mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 15:01:03 +00:00
prefix stats with pilosa
This commit is contained in:
parent
d316d05c24
commit
bbda6a8bb7
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,8 @@ func init() {
|
|||
}
|
||||
|
||||
func SendTimer(stat string, delta int64) {
|
||||
count <- args{stat, delta, 1.0}
|
||||
pstat := "pilosa." + stat
|
||||
count <- args{pstat, delta, 1.0}
|
||||
}
|
||||
|
||||
func ShutdownStats() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue