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)
| 30 | // all telemetry keys present in the direct causal chain |
| 31 | // of the error. The keys may not be sorted. |
| 32 | func GetTelemetryKeys(err error) []string { return telemetrykeys.GetTelemetryKeys(err) } |
nothing calls this directly
no test coverage detected
searching dependent graphs…