We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e0b69 commit 9b0bf85Copy full SHA for 9b0bf85
api/metrics/metricstagdecorators/metricstagdecorators.go
@@ -26,5 +26,5 @@ type DecoratorProperties struct{}
26
27
// MetricsTagsDecorators is used for adding custom tags to YARPC metrics.
28
type MetricsTagsDecorators interface {
29
- ProvideTags(request DecoratorProperties) map[string]string
+ ProvideTags(properties DecoratorProperties) map[string]string
30
}
0 commit comments