To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Influx reporter
Parameters
module CLOCK : Mirage_clock.MCLOCK
module STACK : Mirage_stack.V4
Signature
val vmname : string -> Metrics.field
vmname name
creates a tag
with the virtual machine name.
val create :
STACK.t ->
?interval:int ->
?hostname:string ->
STACK.TCPV4.ipaddr ->
?port:int ->
unit ->
(Metrics.reporter, unit) result Lwt.t
create mclock stack ~interval ~hostname ip ~port ()
is reporter
, which sends measurements (prefixed by vmname hosttname
if provided), to ip:port
(defaults to 8094). If interval
is provided, measurements from each source are at most reported once during interval
milliseconds. Fails if the initial connection attempt fails. Reconnects TCP session on failure.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page