3 references to StructuredLogCount
Stress.ApiService (3)
LargeTelemetryGenerationOptions.cs (1)
39
if (GenerateStructuredLogs &&
StructuredLogCount
<= 0)
LargeTelemetryGenerator.cs (2)
75
logger.LogInformation("Generating {LogCount} structured logs.", options.
StructuredLogCount
);
77
await ExportStructuredLogsAsync(logsClient, metadata, options.
StructuredLogCount
, cancellationToken);