Skip to content

Commit 5699b78

Browse files
committed
fix(api): stop auditing sentinel metric pushes
1 parent 0cca267 commit 5699b78

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

app/Http/Controllers/Api/SentinelController.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ public function push(Request $request)
9797

9898
if ($this->shouldDispatchUpdate($server, $data)) {
9999
PushServerUpdateJob::dispatch($server, $data);
100-
101-
auditLog('sentinel.metrics_pushed', [
102-
'server_uuid' => $server->uuid,
103-
'team_id' => $server->team_id,
104-
]);
105100
}
106101

107102
return response()->json(['message' => 'ok'], 200);

0 commit comments

Comments
 (0)