diff --git a/ee/app/models/concerns/ee/prometheus_adapter.rb b/ee/app/models/concerns/ee/prometheus_adapter.rb index 442367454bbede8136c369eeb3645863b794bf75..ca2943ed4844842f51b9befc4b5969d230ab4c6b 100644 --- a/ee/app/models/concerns/ee/prometheus_adapter.rb +++ b/ee/app/models/concerns/ee/prometheus_adapter.rb @@ -10,14 +10,5 @@ def clear_prometheus_reactive_cache!(query_name, *args) clear_reactive_cache!(query_class.name, *query_args) end - - private - - override :build_query_args - def build_query_args(*args) - args.map do |arg| - arg.respond_to?(:id) ? arg.id : arg - end - end end end