Skip to content

Commit 9b0bf85

Browse files
committed
nit
1 parent f2e0b69 commit 9b0bf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/metrics/metricstagdecorators/metricstagdecorators.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ type DecoratorProperties struct{}
2626

2727
// MetricsTagsDecorators is used for adding custom tags to YARPC metrics.
2828
type MetricsTagsDecorators interface {
29-
ProvideTags(request DecoratorProperties) map[string]string
29+
ProvideTags(properties DecoratorProperties) map[string]string
3030
}

0 commit comments

Comments
 (0)