Skip to content

Commit 3f5ea7d

Browse files
authored
Merge pull request ocaml#23459 from hannesm/release-mirage-monitoring-v0.0.4
[new release] mirage-monitoring (0.0.4)
2 parents c59aec9 + 360270a commit 3f5ea7d

File tree

1 file changed

+44
-0
lines changed
  • packages/mirage-monitoring/mirage-monitoring.0.0.4

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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-runtime" {>= "4.3.0"}
20+
"memtrace-mirage" {>= "0.2.1.2.2"}
21+
"mirage-clock" {>= "4.0.0"}
22+
]
23+
conflicts: [
24+
"mirage-solo5" {< "8.0.2"}
25+
]
26+
build: [
27+
["dune" "subst"] {dev}
28+
["dune" "build" "-p" name "-j" jobs]
29+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
30+
]
31+
synopsis: "Monitoring of MirageOS unikernels"
32+
description: """
33+
Reporting metrics to Influx, Telegraf. Dynamic adjusting log level and metrics
34+
sources, memprof profiling.
35+
"""
36+
url {
37+
src:
38+
"https://github.com/roburio/mirage-monitoring/releases/download/v0.0.4/mirage-monitoring-0.0.4.tbz"
39+
checksum: [
40+
"sha256=8e0bec0ea98fd029684adef9269d05df1ffe22294d71e4eca35476871460a96e"
41+
"sha512=7f80dd59fba8c7e1553fedb3534606b4fad1211c2883e34715c5129da8c08aef255f9eebd8956e6766cba674bdd6130bfcda8971552b2894f99d43caf762854f"
42+
]
43+
}
44+
x-commit-hash: "8ef147f1ce52dd0e5d0b401f806a55b4f574800d"

0 commit comments

Comments
 (0)