minor updates
This commit is contained in:
parent
aa4a58d7d2
commit
a94330b31f
2 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# Grafana Unikernel monitoring experiments
|
||||
# Grafana MirageOS Unikernel monitoring
|
||||
|
||||
Using Influx, Telegraf, etc.
|
||||
|
||||
|
|
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue