Class HttpTelemetryClient

java.lang.Object
com.google.genkit.core.tracing.HttpTelemetryClient
All Implemented Interfaces:
TelemetryClient

public class HttpTelemetryClient extends Object implements TelemetryClient
HTTP-based telemetry client that sends traces to the Genkit telemetry server.
  • Constructor Details

    • HttpTelemetryClient

      public HttpTelemetryClient(String serverUrl)
      Creates a new HTTP telemetry client.
      Parameters:
      serverUrl - the URL of the telemetry server
  • Method Details