Skip to content

Commit

Permalink
graphite: Fixed typo in InsertGlobals (was InserGlobals)
Browse files Browse the repository at this point in the history
  • Loading branch information
andir committed May 27, 2017
1 parent 561699e commit 792f904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/graphite/global.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/fgrosse/graphigo"
)

func (c *Connection) InserGlobals(stats *runtime.GlobalStats, time time.Time) {
func (c *Connection) InsertGlobals(stats *runtime.GlobalStats, time time.Time) {
c.addPoint(GlobalStatsFields(stats))
c.addCounterMap(CounterMeasurementModel, stats.Models, time)
c.addCounterMap(CounterMeasurementFirmware, stats.Firmwares, time)
Expand Down

0 comments on commit 792f904

Please sign in to comment.