Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Wood <[email protected]>
  • Loading branch information
alexwood committed Jun 6, 2024
1 parent 0e3672e commit 4a8cca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ffresty/ffresty.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func EnableClientMetrics(ctx context.Context, metricsRegistry metric.MetricsRegi
return err
}
metricsManager.NewCounterMetricWithLabels(ctx, "http_response", "HTTP response", []string{"status", "error", "host", "method"}, false)
metricsManager.NewCounterMetricWithLabels(ctx, "network_error", "Network error", []string{"host", "method"}, false)
metricsManager.NewCounterMetricWithLabels(ctx, "network_error", "Network error", []string{"host", "method"}, false)
}

// create hooks
Expand Down

0 comments on commit 4a8cca0

Please sign in to comment.