#include "components_list.h" #include "prometheus_comp.h" int main(int argc, char **argv) { NodeComponents comps; comps.registerGlobalValue("Is Rest primary routine", true); comps.registerGlobalValue("Nano service API Port Primary", 7465); comps.registerGlobalValue("Nano service API Port Alternative", 7466); comps.registerGlobalValue("Nano service API Allow Get From External IP", true); return comps.run("Prometheus Service", argc, argv); }