From a94330b31f1e8018a01b98c02b01f9fadeac9ee7 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sun, 22 May 2022 21:41:25 +0200 Subject: [PATCH] minor updates --- README.md | 2 +- mirage-monitoring.opam | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 23bd995..90b8b05 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Grafana Unikernel monitoring experiments +# Grafana MirageOS Unikernel monitoring Using Influx, Telegraf, etc. diff --git a/mirage-monitoring.opam b/mirage-monitoring.opam index 69fb089..c6daf59 100644 --- a/mirage-monitoring.opam +++ b/mirage-monitoring.opam @@ -8,7 +8,7 @@ bug-reports: "https://github.com/roburio/mirage-monitoring/issues" license: "AGPL-3.0-only" depends: [ - "ocaml" {>= "4.08.0"} + "ocaml" {>= "4.11.0"} "dune" "logs" {>= "0.6.3"} "metrics" {>= "0.4.0"} @@ -27,7 +27,8 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] -synopsis: "Experiments with monitoring thingies" +synopsis: "Monitoring of MirageOS unikernels" description: """ -bla bla +Reporting metrics to Influx, Telegraf. Dynamic adjusting log level and metrics +sources, memprof profiling. """