Skip to content

Commit

Permalink
fix: dashed
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Feb 2, 2024
1 parent c6bbc9e commit c06dc6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions terraform/monitoring/panels/lb/error_4xx.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local _configuration = defaults.configuration.timeseries
axisSoftMin = 0,
axisSoftMax = threshold * 1.2,
)
.withThresholdStyle(grafana.fieldConfig.thresholdStyle.dashed)
.withThresholdStyle(grafana.fieldConfig.thresholdStyle.Dashed)
.addThreshold({
color : defaults.values.colors.critical,
value : threshold,
Expand All @@ -29,7 +29,7 @@ local _configuration = defaults.configuration.timeseries
axisSoftMin = 0,
axisSoftMax = threshold * 1.2,
)
.withThresholdStyle(grafana.fieldConfig.thresholdStyle.dashed)
.withThresholdStyle(grafana.fieldConfig.thresholdStyle.Dashed)
.addThreshold({
color : defaults.values.colors.critical,
value : threshold,
Expand Down
2 changes: 1 addition & 1 deletion terraform/monitoring/panels/lb/error_5xx.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local _configuration = defaults.configuration.timeseries
axisSoftMin = 0,
axisSoftMax = threshold * 1.2,
)
.withThresholdStyle(grafana.fieldConfig.thresholdStyle.dashed)
.withThresholdStyle(grafana.fieldConfig.thresholdStyle.Dashed)
.addThreshold({
color : defaults.values.colors.critical,
value : threshold,
Expand Down

0 comments on commit c06dc6b

Please sign in to comment.