mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(metrics_reporting): adds missing formating varialbe
This commit is contained in:
parent
a8ac37f517
commit
65d8403a04
@ -37,7 +37,7 @@ func (this *GraphiteSender) Send(metrics map[string]interface{}) error {
|
||||
_, err = conn.Write(buf.Bytes())
|
||||
|
||||
if err != nil {
|
||||
return fmt.Errorf("Graphite Sender: Failed to send metrics!", err)
|
||||
return fmt.Errorf("Graphite Sender: Failed to send metrics! %s", err)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user