Merge pull request #31 from Clever/fix-type-o

Fixed type-o: guage -> gauge
This commit is contained in:
Xavi 2018-10-05 15:38:04 -07:00 committed by GitHub
commit 42fba675bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -577,7 +577,7 @@ func TestExtractKVMeta(t *testing.T) {
RuleName: "last-call",
Series: "doing-it-til-we-fall",
Dimensions: []string{"who", "where"},
StatType: "guage",
StatType: "gauge",
ValueField: "status",
},
{
@ -600,7 +600,7 @@ func TestExtractKVMeta(t *testing.T) {
"rule": "last-call",
"series": "doing-it-til-we-fall",
"dimensions": []interface{}{"who", "where"},
"stat_type": "guage",
"stat_type": "gauge",
"value_field": "status",
},
map[string]interface{}{
@ -649,7 +649,7 @@ func TestExtractKVMeta(t *testing.T) {
RuleName: "last-call",
Series: "doing-it-til-we-fall",
Dimensions: []string{"who", "where"},
StatType: "guage",
StatType: "gauge",
ValueField: "status",
},
},
@ -682,7 +682,7 @@ func TestExtractKVMeta(t *testing.T) {
"rule": "last-call",
"series": "doing-it-til-we-fall",
"dimensions": []interface{}{"who", "where"},
"stat_type": "guage",
"stat_type": "gauge",
"value_field": "status",
},
},