diff --git a/src/OpenFeature.Contrib.Hooks.Otel/MetricsHook.cs b/src/OpenFeature.Contrib.Hooks.Otel/MetricsHook.cs index d0d3c1f5..cd171b55 100644 --- a/src/OpenFeature.Contrib.Hooks.Otel/MetricsHook.cs +++ b/src/OpenFeature.Contrib.Hooks.Otel/MetricsHook.cs @@ -47,7 +47,6 @@ public MetricsHook() _evaluationErrorCounter = meter.CreateCounter(ERROR_TOTAL_NAME, UNIT, ERROR_DESCRIPTION); } - public override Task Before(HookContext context, IReadOnlyDictionary hints = null) { var tagList = new TagList @@ -105,4 +104,3 @@ public override Task Finally(HookContext context, IReadOnlyDictionary