chore(prometheus): change default vaue enum the first symbol

This commit is contained in:
Zaiming (Stone) Shi 2023-06-27 14:22:21 +02:00
parent 9b6ed09513
commit 90c35c3ff8
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ fields("prometheus") ->
)}, )},
{vm_dist_collector, {vm_dist_collector,
?HOCON( ?HOCON(
hoconsc:enum([enabled, disabled]), hoconsc:enum([disabled, enabled]),
#{ #{
default => disabled, default => disabled,
required => true, required => true,