MCPcopy Create free account
hub / github.com/cockroachdb/errors / GetTelemetryKeys

Function GetTelemetryKeys

telemetrykeys_api.go:32–32  ·  view source on GitHub ↗

GetTelemetryKeys retrieves the (de-duplicated) set of all telemetry keys present in the direct causal chain of the error. The keys may not be sorted.

(err error)

Source from the content-addressed store, hash-verified

30// all telemetry keys present in the direct causal chain
31// of the error. The keys may not be sorted.
32func GetTelemetryKeys(err error) []string { return telemetrykeys.GetTelemetryKeys(err) }

Callers

nothing calls this directly

Calls 1

GetTelemetryKeysFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…