Package com.google.genkit.core.tracing
Interface TelemetryClient
- All Known Implementing Classes:
HttpTelemetryClient
public interface TelemetryClient
TelemetryClient interface for sending traces to a telemetry server.
-
Method Summary
-
Method Details
-
save
Saves trace data to the telemetry server.- Parameters:
trace- the trace data to save- Throws:
Exception- if the save operation fails
-