(_ types.Event)
| 1104 | |
| 1105 | func (e *captureTelemetryExporter) EmitMetric(_ string, _ float64, _ map[string]string) {} |
| 1106 | func (e *captureTelemetryExporter) EmitEvent(_ types.Event) {} |
| 1107 | func (e *captureTelemetryExporter) EmitTrace(trace types.TraceRecord) { |
| 1108 | e.mu.Lock() |
| 1109 | defer e.mu.Unlock() |
nothing calls this directly
no outgoing calls
no test coverage detected