Enable nomad metrics.
This commit is contained in:
@@ -29,6 +29,14 @@ in
|
||||
bootstrap_expect = (builtins.length servers + 2) / 2;
|
||||
server_join.retry_join = servers;
|
||||
};
|
||||
|
||||
telemetry = {
|
||||
collection_interval = "1s";
|
||||
disable_hostname = true;
|
||||
prometheus_metrics = true;
|
||||
publish_allocation_metrics = true;
|
||||
publish_node_metrics = true;
|
||||
};
|
||||
};
|
||||
|
||||
extraSettingsPaths = [ "/etc/nomad-alo.json" ];
|
||||
|
||||
Reference in New Issue
Block a user