this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] mirage-monitoring (0.0.6) (#27462)

CHANGES:

* Remove functors for PCLOCK and TIME, use "dune variants" packages instead
* Update to memtrace-mirage 0.2.1.2.3

authored by

Marcello Seri and committed by
GitHub
bac33e9c 0287ba0a

+45
+45
packages/mirage-monitoring/mirage-monitoring.0.0.6/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "Robur <team@robur.coop>" 3 + authors: ["Robur <team@robur.coop>"] 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"