Skip to content

Commit

Permalink
Fix wrong yml tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Oct 4, 2019
1 parent 9481b81 commit 98f76a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slo/slo.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type SLO struct {
Name string `yaml:"name"`
Objectives Objectives

TrafficRateRecord ExprBlock `yaml:"errorRateRecord"`
TrafficRateRecord ExprBlock `yaml:"trafficRateRecord"`
ErrorRateRecord ExprBlock `yaml:"errorRateRecord"`
LatencyRecord ExprBlock `yaml:"latencyRecord"`
Labels map[string]string `yaml:"labels"`
Expand Down

0 comments on commit 98f76a3

Please sign in to comment.