Skip to content

Commit 3b4f448

Browse files
committed
[new release] mirage-monitoring (0.0.6)
CHANGES: * Remove functors for PCLOCK and TIME, use "dune variants" packages instead * Update to memtrace-mirage 0.2.1.2.3
1 parent a17a63a commit 3b4f448

File tree

1 file changed

+45
-0
lines changed
  • packages/mirage-monitoring/mirage-monitoring.0.0.6

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
opam-version: "2.0"
2+
maintainer: "Robur <[email protected]>"
3+
authors: ["Robur <[email protected]>"]
4+
homepage: "https://github.com/robur-coop/mirage-monitoring"
5+
doc: "https://robur-coop.github.io/mirage-monitoring"
6+
dev-repo: "git+https://github.com/robur-coop/mirage-monitoring.git"
7+
bug-reports: "https://github.com/robur-coop/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-sleep" {>= "4.0.0"}
18+
"tcpip" {>= "7.0.0"}
19+
"mirage-runtime" {>= "4.5.0"}
20+
"memtrace-mirage" {>= "0.2.1.2.3"}
21+
]
22+
conflicts: [
23+
"mirage-solo5" {< "0.9.2"}
24+
"mirage-xen" {< "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+
x-maintenance-intent: [ "(latest)" ]
37+
url {
38+
src:
39+
"https://github.com/robur-coop/mirage-monitoring/releases/download/v0.0.6/mirage-monitoring-0.0.6.tbz"
40+
checksum: [
41+
"sha256=0e574eb8ff65c3dddc38d0ec8c89e1be73d2e2bb62869a62da0a559578ec7537"
42+
"sha512=7b3b065ec04981b6c9ece925ab43ea9a95baabb6174492eb11a67c7678ee1a9ec90662001ae157bc2565230b0df1a45dda2e61883267392883c521805e5a5492"
43+
]
44+
}
45+
x-commit-hash: "e80806501e12957d5e92a1042c4e14fe50e93261"

0 commit comments

Comments
 (0)