MCPcopy Create free account
hub / github.com/algolia/cli / AnalyticsTelemetryClient

Struct AnalyticsTelemetryClient

pkg/telemetry/telemetry.go:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type AnalyticsTelemetryClient struct {
40 client analytics.Client
41 // sequence numbers the Track events of one invocation so their order can
42 // be reconstructed downstream: Segment stores timestamps with millisecond
43 // precision, so back-to-back events can tie.
44 sequence atomic.Int64
45}
46
47type AnalyticsTelemetryLogger struct {
48 debug bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected