Fixed apache.go
This commit is contained in:
parent
a1a5a5183a
commit
9acf7f688a
|
@ -81,7 +81,7 @@ func (n *Apache) gatherUrl(addr *url.URL, acc plugins.Accumulator) error {
|
||||||
switch key {
|
switch key {
|
||||||
|
|
||||||
case "Scoreboard":
|
case "Scoreboard":
|
||||||
n.gatherScores(part, acc)
|
n.gatherScores(part, acc, tags)
|
||||||
default:
|
default:
|
||||||
value, err := strconv.ParseFloat(part, 32)
|
value, err := strconv.ParseFloat(part, 32)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue