chore(prometheus): change default vaue enum the first symbol
This commit is contained in:
parent
9b6ed09513
commit
90c35c3ff8
|
@ -86,7 +86,7 @@ fields("prometheus") ->
|
|||
)},
|
||||
{vm_dist_collector,
|
||||
?HOCON(
|
||||
hoconsc:enum([enabled, disabled]),
|
||||
hoconsc:enum([disabled, enabled]),
|
||||
#{
|
||||
default => disabled,
|
||||
required => true,
|
||||
|
|
Loading…
Reference in New Issue