mirage-monitoring/mirage-monitoring.opam

35 lines
1,021 B
Text
Raw Normal View History

2019-05-12 21:25:25 +00:00
opam-version: "2.0"
2022-05-22 19:21:09 +00:00
maintainer: "Robur <team@robur.coop>"
authors: ["Robur <team@robur.coop>"]
homepage: "https://git.robur.io/robur/mirage-monitoring"
doc: "https://roburio.github.io/mirage-monitoring"
dev-repo: "git+https://git.robur.io/robur/mirage-monitoring.git"
bug-reports: "https://github.com/roburio/mirage-monitoring/issues"
2022-05-22 19:23:23 +00:00
license: "AGPL-3.0-only"
2019-05-12 21:25:25 +00:00
depends: [
2022-05-22 19:41:25 +00:00
"ocaml" {>= "4.11.0"}
2022-01-27 13:58:03 +00:00
"dune"
2019-05-12 21:25:25 +00:00
"logs" {>= "0.6.3"}
"metrics" {>= "0.4.0"}
2020-05-09 21:45:22 +00:00
"metrics-lwt" {>= "0.2.0"}
"metrics-influx" {>= "0.2.0"}
2019-11-06 18:28:26 +00:00
"mirage-time" {>= "2.0.0"}
2022-01-27 11:23:42 +00:00
"tcpip" {>= "7.0.0"}
2020-12-21 14:36:25 +00:00
"mirage-solo5" {>= "0.6.4"}
2019-09-19 18:51:18 +00:00
"ocaml-freestanding" {>= "0.4.5"}
"mirage-runtime"
2022-05-22 19:21:09 +00:00
"memtrace-mirage" {>= "0.2.1.2.2"}
"mirage-clock" {>= "4.0.0"}
2019-05-12 21:25:25 +00:00
]
build: [
2022-01-29 16:06:12 +00:00
["dune" "subst"] {dev}
2019-05-12 21:25:25 +00:00
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
2022-05-22 19:41:25 +00:00
synopsis: "Monitoring of MirageOS unikernels"
2019-05-12 21:25:25 +00:00
description: """
2022-05-22 19:41:25 +00:00
Reporting metrics to Influx, Telegraf. Dynamic adjusting log level and metrics
sources, memprof profiling.
2019-05-12 21:25:25 +00:00
"""