Include basic prometheus handlers

This commit is contained in:
Dominik Werder
2022-07-27 13:09:48 +02:00
parent 41652fe3f9
commit 08cf6077f0
7 changed files with 449 additions and 4 deletions

View File

@@ -20,6 +20,7 @@ pub fn make_test_node(id: u32) -> Node {
}),
archiver_appliance: None,
channel_archiver: None,
prometheus_api_bind: None,
}
}

View File

@@ -136,6 +136,7 @@ pub async fn gen_test_data() -> Result<(), Error> {
}),
archiver_appliance: None,
channel_archiver: None,
prometheus_api_bind: None,
};
ensemble.nodes.push(node);
}