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 a91c912 commit ae64408Copy full SHA for ae64408
libraries/src/AWS.Lambda.Powertools.Metrics/MetricsAttribute.cs
@@ -142,17 +142,4 @@ public class MetricsAttribute : Attribute
142
RaiseOnEmptyMetrics,
143
CaptureColdStart
144
);
145
- //
146
- // /// <summary>
147
- // /// Creates the handler.
148
- // /// </summary>
149
- // /// <returns>IMethodAspectHandler.</returns>
150
- // protected override IMethodAspectHandler CreateHandler()
151
- // {
152
- // return new MetricsAspectHandler
153
- // (
154
- // MetricsInstance,
155
- // CaptureColdStart
156
- // );
157
- // }
158
}
0 commit comments