View Source ExInsights.Client.ClientBehaviour behaviour (ExInsights v0.8.1)

Defines mathods to be implemented by app insights clients.

Used as a common interface for actual and test clients

Link to this section Summary

Callbacks

Invoked to send telemetry data to azure

Link to this section Callbacks

@callback track([ExInsights.Envelope.t()]) :: {:error, any()} | {:ok, any()}

Invoked to send telemetry data to azure