Interface GetRecentRequestTelemetryResponse

interface GetRecentRequestTelemetryResponse {
    requests: AgentRequestTrace[];
}

Properties

Properties

requests: AgentRequestTrace[]