this repo has no description
1opam-version: "2.0"
2maintainer: "Robur <team@robur.coop>"
3authors: ["Robur <team@robur.coop>"]
4homepage: "https://github.com/robur-coop/mirage-monitoring"
5doc: "https://robur-coop.github.io/mirage-monitoring"
6dev-repo: "git+https://github.com/robur-coop/mirage-monitoring.git"
7bug-reports: "https://github.com/robur-coop/mirage-monitoring/issues"
8license: "AGPL-3.0-only"
9
10depends: [
11 "ocaml" {>= "4.11.0"}
12 "dune"
13 "logs" {>= "0.6.3"}
14 "metrics" {>= "0.4.0"}
15 "metrics-lwt" {>= "0.2.0"}
16 "metrics-influx" {>= "0.2.0"}
17 "mirage-time" {>= "2.0.0"}
18 "tcpip" {>= "7.0.0"}
19 "mirage-solo5" {>= "0.9.0"}
20 "mirage-runtime" {< "4.3.0"}
21 "memtrace-mirage" {>= "0.2.1.2.2" & < "0.2.1.2.3"}
22 "mirage-clock" {>= "4.0.0"}
23]
24build: [
25 ["dune" "subst"] {dev}
26 ["dune" "build" "-p" name "-j" jobs]
27 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
28]
29synopsis: "Monitoring of MirageOS unikernels"
30description: """
31Reporting metrics to Influx, Telegraf. Dynamic adjusting log level and metrics
32sources, memprof profiling.
33"""
34url {
35 src:
36 "https://github.com/robur-coop/mirage-monitoring/releases/download/v0.0.2/mirage-monitoring-0.0.2.tbz"
37 checksum: [
38 "sha256=8de98abda5e9cf202c2cfe0494faa9822726b3dfb262bc0eef444fc0ca4873c6"
39 "sha512=c48950425733175aa9b48b57b34329be0cfb7aeb8a0f98e07def5f0e2be21f65ebdf9ab2782c21eeb56f7a64f30caef7e332941c649516a889763a95540dd49a"
40 ]
41}
42x-commit-hash: "c7ded0a04f58f247b9b0fd0e0b0147405fe5ca4f"