.
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
|
||||
}
|
||||
|
||||
tags := map[string]string{"server": opts.Hostname}
|
||||
tags := map[string]string{"server": opts.Hostname, "domain": dbs.Database}
|
||||
fields := map[string]interface{}{
|
||||
"user": count.GetUser(),
|
||||
"log": count.GetLog(),
|
||||
|
|
Loading…
Add table
Reference in a new issue