Skip to content

Commit fa0b3c7

Browse files
authored
Merge pull request #28043 from hannesm/release-mirage-monitoring-v0.0.7
[new release] mirage-monitoring (0.0.7)
2 parents c898d1d + ab673d5 commit fa0b3c7

File tree

1 file changed

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

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.5.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.7/mirage-monitoring-0.0.7.tbz"
40+
checksum: [
41+
"sha256=47b390a1feef2abd3c1aafa6763ef55b38bd03c10f6c40f37315b626cd536a80"
42+
"sha512=7667a892ed56d8c73a669fb8a46ca737abe8f61020fbfe89aec11d79c51a93a725321035bbf126184d6bc1f6dda0542a8ab83dbbeb77a3f3b10e265637eb433a"
43+
]
44+
}
45+
x-commit-hash: "8c312bcc9a95ee0463cdc749542aa91f44588462"

0 commit comments

Comments
 (0)