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 77eafb2 commit 365633dCopy full SHA for 365633d
internal/metricstagdecorators/metricstagdecorators.go
@@ -1,5 +1,7 @@
1
package metricstagdecorators
2
3
+// DecoratorProperties is used for passing request-specific properties
4
+// to metrics decorators.
5
type DecoratorProperties struct{}
6
7
// MetricsTagsDecorators is used for adding custom tags to YARPC metrics.
0 commit comments