Merge pull request #31 from Clever/fix-type-o
Fixed type-o: guage -> gauge
This commit is contained in:
commit
42fba675bb
1 changed files with 4 additions and 4 deletions
|
|
@ -577,7 +577,7 @@ func TestExtractKVMeta(t *testing.T) {
|
||||||
RuleName: "last-call",
|
RuleName: "last-call",
|
||||||
Series: "doing-it-til-we-fall",
|
Series: "doing-it-til-we-fall",
|
||||||
Dimensions: []string{"who", "where"},
|
Dimensions: []string{"who", "where"},
|
||||||
StatType: "guage",
|
StatType: "gauge",
|
||||||
ValueField: "status",
|
ValueField: "status",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -600,7 +600,7 @@ func TestExtractKVMeta(t *testing.T) {
|
||||||
"rule": "last-call",
|
"rule": "last-call",
|
||||||
"series": "doing-it-til-we-fall",
|
"series": "doing-it-til-we-fall",
|
||||||
"dimensions": []interface{}{"who", "where"},
|
"dimensions": []interface{}{"who", "where"},
|
||||||
"stat_type": "guage",
|
"stat_type": "gauge",
|
||||||
"value_field": "status",
|
"value_field": "status",
|
||||||
},
|
},
|
||||||
map[string]interface{}{
|
map[string]interface{}{
|
||||||
|
|
@ -649,7 +649,7 @@ func TestExtractKVMeta(t *testing.T) {
|
||||||
RuleName: "last-call",
|
RuleName: "last-call",
|
||||||
Series: "doing-it-til-we-fall",
|
Series: "doing-it-til-we-fall",
|
||||||
Dimensions: []string{"who", "where"},
|
Dimensions: []string{"who", "where"},
|
||||||
StatType: "guage",
|
StatType: "gauge",
|
||||||
ValueField: "status",
|
ValueField: "status",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
@ -682,7 +682,7 @@ func TestExtractKVMeta(t *testing.T) {
|
||||||
"rule": "last-call",
|
"rule": "last-call",
|
||||||
"series": "doing-it-til-we-fall",
|
"series": "doing-it-til-we-fall",
|
||||||
"dimensions": []interface{}{"who", "where"},
|
"dimensions": []interface{}{"who", "where"},
|
||||||
"stat_type": "guage",
|
"stat_type": "gauge",
|
||||||
"value_field": "status",
|
"value_field": "status",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue