HookSniffAPI.Model.RoutingInfo (HookSniff v0.3.0)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.RoutingInfo{
  avg_response_ms: integer() | nil,
  endpoint_id: String.t() | nil,
  failure_streak: integer() | nil,
  fallback_url: String.t() | nil,
  is_healthy: boolean() | nil,
  routing_strategy: String.t() | nil
}

Functions

decode(value)