.
This commit is contained in:
parent
dbb57fd727
commit
c4064e033e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ func writeStats(start time.Time) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
tags := map[string]string{"server": opts.Hostname}
|
tags := map[string]string{"server": opts.Hostname, "domain": dbs.Database}
|
||||||
fields := map[string]interface{}{
|
fields := map[string]interface{}{
|
||||||
"user": count.GetUser(),
|
"user": count.GetUser(),
|
||||||
"log": count.GetLog(),
|
"log": count.GetLog(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue