opam-version: "2.0" maintainer: "Robur " authors: ["Robur "] homepage: "https://github.com/robur-coop/mirage-monitoring" doc: "https://robur-coop.github.io/mirage-monitoring" dev-repo: "git+https://github.com/robur-coop/mirage-monitoring.git" bug-reports: "https://github.com/robur-coop/mirage-monitoring/issues" license: "AGPL-3.0-only" depends: [ "ocaml" {>= "4.11.0"} "dune" "logs" {>= "0.6.3"} "metrics" {>= "0.4.0"} "metrics-lwt" {>= "0.2.0"} "metrics-influx" {>= "0.2.0"} "mirage-time" {>= "2.0.0"} "tcpip" {>= "7.0.0"} "mirage-solo5" {>= "0.9.0"} "mirage-runtime" {< "4.3.0"} "memtrace-mirage" {>= "0.2.1.2.2" & < "0.2.1.2.3"} "mirage-clock" {>= "4.0.0"} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] synopsis: "Monitoring of MirageOS unikernels" description: """ Reporting metrics to Influx, Telegraf. Dynamic adjusting log level and metrics sources, memprof profiling. """ url { src: "https://github.com/robur-coop/mirage-monitoring/releases/download/v0.0.2/mirage-monitoring-0.0.2.tbz" checksum: [ "sha256=8de98abda5e9cf202c2cfe0494faa9822726b3dfb262bc0eef444fc0ca4873c6" "sha512=c48950425733175aa9b48b57b34329be0cfb7aeb8a0f98e07def5f0e2be21f65ebdf9ab2782c21eeb56f7a64f30caef7e332941c649516a889763a95540dd49a" ] } x-commit-hash: "c7ded0a04f58f247b9b0fd0e0b0147405fe5ca4f"