Skip to content

Commit d2ab637

Browse files
committed
Fixed endpoint config
1 parent d1c28e7 commit d2ab637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.distributed.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ endpoints.jobs = false
44
endpoints.tasks = false
55
endpoints.nodes = false
66
endpoints.queues = false
7-
endpoints.stats = false
7+
endpoints.metrics = false
88

99
[broker]
1010
type = "rabbitmq"

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ endpoints.jobs = false
44
endpoints.tasks = false
55
endpoints.nodes = false
66
endpoints.queues = false
7-
endpoints.stats = false
7+
endpoints.metrics = false

0 commit comments

Comments
 (0)