osquery-perf changes for Fleet downtime load test (#17310)

Including all the osquery-perf changes needed to perform #16423.
This commit is contained in:
Lucas Manuel Rodriguez
2024-03-04 15:10:10 -03:00
committed by GitHub
parent b2edd1f201
commit 4acb713bf1
3 changed files with 149 additions and 58 deletions
+1
View File
@@ -1457,6 +1457,7 @@ func submitLogsEndpoint(ctx context.Context, request interface{}, svc fleet.Serv
err = newOsqueryError("unmarshalling result logs: " + err.Error())
break
}
logging.WithExtras(ctx, "results", len(results))
// We currently return errors to osqueryd if there are any issues submitting results
// to the configured external destinations.