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" & < "4.5.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.3/mirage-monitoring-0.0.3.tbz"
37 checksum: [
38 "sha256=89b588f8100dcb8791a898454eaf80bdbb1732bbf4050d7434f90ba242fabe20"
39 "sha512=821b6bf9f8c3c530e3e3f730cca813caefe53614145ec6b4c99099159ccc08d5633517d17a02c12a18d5bd427c09e9d483e9ff28d6494228ed9df40f6b8e5fd4"
40 ]
41}
42x-commit-hash: "8bcf3adfe8020ac9f2c5a9fd8ca5dccfe21961fa"