Skip to content

Commit

Permalink
DDEV-1966 update metrics in termination
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Davydenko committed Dec 6, 2024
1 parent d57f8ea commit 37bca0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpMiddleware/HttpMetricsMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Ensi\LaravelMetrics\LatencyProfiler;
use Ensi\LaravelPrometheus\Prometheus;
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use Symfony\Component\HttpFoundation\Response;

class HttpMetricsMiddleware
{
Expand Down

0 comments on commit 37bca0e

Please sign in to comment.