MCPcopy Index your code
hub / github.com/docker/docker-agent / TrackSynchronous

Method TrackSynchronous

pkg/telemetry/events.go:8–10  ·  view source on GitHub ↗
(ctx context.Context, structuredEvent StructuredEvent)

Source from the content-addressed store, hash-verified

6)
7
8func (tc *Client) TrackSynchronous(ctx context.Context, structuredEvent StructuredEvent) {
9 tc.track(ctx, structuredEvent, false)
10}
11
12// Track records a structured telemetry event with type-safe properties (synchronous)
13// This is the only method for telemetry tracking, all event-specific methods are wrappers around this one

Callers 1

TrackCommandErrorFunction · 0.80

Calls 1

trackMethod · 0.95

Tested by

no test coverage detected