Packages

A library that interacts with the updown.io API. The library supports a few basic fetch functions that retrieves site checks and data about each of them, it also has a few edit functions that changes site checks to suit your needs.

Current section

Files

Jump to
updown lib updown metric.ex
Raw

lib/updown/metric.ex

defmodule Updown.Metric do
@moduledoc false
defstruct [:apdex, requests: [:samples, :failures, :satisfied, :tolerated,
by_response_time: [:under125, :under250, :under500, :under1000, :under2000, :under4000]],
timings: [:redirect, :namelookup, :connection, :handshake, :response, :total]]
end