Skip to content

Commit

Permalink
Fix label name (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
hfm committed Jan 11, 2016
1 parent de81f9a commit 59d641f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
CHANGELOG
===

0.3.1 (2016-01-11)
---

Fix label name (typo)

### Fixed

- s/MoglieFS/MogileFS/

0.3.0 (2016-01-10)
---

Expand Down
2 changes: 1 addition & 1 deletion mogilefs.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mogilefs.work_sent_to:
*/
var graphdef = map[string](mp.Graphs){
"mogilefs.stats.activity": mp.Graphs{
Label: "MoglieFS tracker activity",
Label: "MogileFS tracker activity",
Unit: "integer",
Metrics: [](mp.Metrics){
mp.Metrics{Name: "pending_queries", Label: "Pending queries", Diff: false, Type: "uint64"},
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package main
const Name string = "mackerel-plugin-mogilefs"

// Version is version string of this application.
const Version string = "0.3.0"
const Version string = "0.3.1"

0 comments on commit 59d641f

Please sign in to comment.