MCPcopy Create free account
hub / github.com/ShipSecAI/studio / push

Method push

worker/src/adapters/loki-log.adapter.ts:22–22  ·  view source on GitHub ↗
(labels: Record<string, string>, lines: LokiStreamLine[])

Source from the content-addressed store, hash-verified

20
21export interface LokiPushClient {
22 push(labels: Record<string, string>, lines: LokiStreamLine[]): Promise<void>;
23}
24
25export class LokiLogClient implements LokiPushClient {

Callers 15

collectCandidatePathsFunction · 0.65
zodToJsonSchemaFunction · 0.65
extractParametersFunction · 0.65
runComponentInDockerFunction · 0.65
validateComponentSchemaFunction · 0.65
validateParameterSchemaFunction · 0.65
extractPortsFunction · 0.65
headersToHarFunction · 0.65
parseQueryStringFunction · 0.65
buildHarResponseFunction · 0.65
harToCurlFunction · 0.65
startTrackingMethod · 0.65

Implementers 4

LokiLogClientworker/src/adapters/loki-log.adapter.t
FakeClientworker/src/adapters/__tests__/loki-log
FailingClientworker/src/adapters/__tests__/loki-log
LokiLogClientbackend/src/logging/loki.client.ts

Calls

no outgoing calls

Tested by 15

addEventListenerMethod · 0.52
startWorkflowFunction · 0.52
prepareRunPayloadFunction · 0.52
startPreparedRunFunction · 0.52
createScheduleFunction · 0.52
updateScheduleFunction · 0.52
pauseScheduleFunction · 0.52
resumeScheduleFunction · 0.52
createMethod · 0.52