package mirage-monitoring

  1. Overview
  2. Docs
Monitoring of MirageOS unikernels

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mirage-monitoring-0.0.8.tbz
sha256=0ba82c65c554463e6fe91c169b8d38ec5c11a0a2d558bf72023f25808499622e
sha512=8053ad15c3334fa61399c0335e64899b00ce7c3dde4bec7891c02f972c9143b181d7c9a2201ef74942a357b1c04a134e5bf60cfa531a397cf661cc8e9d6c2c04

doc/mirage-monitoring/Mirage_monitoring/index.html

Module Mirage_monitoringSource

Sourceval counter_metrics : f:('a -> string) -> string -> (Metrics.field list, 'a -> Metrics.data) Metrics.src
Sourceval vmname : string -> Metrics.field

vmname name creates a tag with the virtual machine name.

Sourcemodule Make (S : Tcpip.Stack.V4V6) : sig ... end