From bcb3efcb23ba723d2dd09bc60a47550ff969049d Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sat, 9 Nov 2019 20:52:39 +0100 Subject: [PATCH] canonical tag is vm (historical reasons), let's unify --- command-line/albatross_cli.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command-line/albatross_cli.ml b/command-line/albatross_cli.ml index 7954a6a..d001aaa 100644 --- a/command-line/albatross_cli.ml +++ b/command-line/albatross_cli.ml @@ -6,7 +6,7 @@ open Vmm_core open Lwt.Infix let process = - Metrics.field ~doc:"name of the process" "process" Metrics.String + Metrics.field ~doc:"name of the process" "vm" Metrics.String let init_influx name data = match data with