Interface TelemetryClient

All Known Implementing Classes:
HttpTelemetryClient

public interface TelemetryClient
TelemetryClient interface for sending traces to a telemetry server.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    save(TraceData trace)
    Saves trace data to the telemetry server.
  • Method Details

    • save

      void save(TraceData trace) throws Exception
      Saves trace data to the telemetry server.
      Parameters:
      trace - the trace data to save
      Throws:
      Exception - if the save operation fails