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,
?HOCON(
hoconsc:enum([enabled, disabled]),
hoconsc:enum([disabled, enabled]),
#{
default => disabled,
required => true,