File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
packages/mirage-monitoring/mirage-monitoring.0.0.2 Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "Robur <
[email protected] >"
3+ authors: ["Robur <
[email protected] >"]
4+ homepage: "https://github.com/roburio/mirage-monitoring"
5+ doc: "https://roburio.github.io/mirage-monitoring"
6+ dev-repo: "git+https://github.com/roburio/mirage-monitoring.git"
7+ bug-reports: "https://github.com/roburio/mirage-monitoring/issues"
8+ license: "AGPL-3.0-only"
9+
10+ depends: [
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"
21+ "memtrace-mirage" {>= "0.2.1.2.2"}
22+ "mirage-clock" {>= "4.0.0"}
23+ ]
24+ build: [
25+ ["dune" "subst"] {dev}
26+ ["dune" "build" "-p" name "-j" jobs]
27+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
28+ ]
29+ synopsis: "Monitoring of MirageOS unikernels"
30+ description: """
31+ Reporting metrics to Influx, Telegraf. Dynamic adjusting log level and metrics
32+ sources, memprof profiling.
33+ """
34+ url {
35+ src:
36+ "https://github.com/roburio/mirage-monitoring/releases/download/v0.0.2/mirage-monitoring-0.0.2.tbz"
37+ checksum: [
38+ "sha256=8de98abda5e9cf202c2cfe0494faa9822726b3dfb262bc0eef444fc0ca4873c6"
39+ "sha512=c48950425733175aa9b48b57b34329be0cfb7aeb8a0f98e07def5f0e2be21f65ebdf9ab2782c21eeb56f7a64f30caef7e332941c649516a889763a95540dd49a"
40+ ]
41+ }
42+ x-commit-hash: "c7ded0a04f58f247b9b0fd0e0b0147405fe5ca4f"
You can’t perform that action at this time.
0 commit comments