29 #include "microhttpd.h" 49 struct MHD_Daemon *
promhttp_start_daemon(
unsigned int flags,
unsigned short port, MHD_AcceptPolicyCallback apc,
void *apc_cls);
void promhttp_set_active_collector_registry(pcr_t *registry)
Sets the active registry for metric scraping.
struct pcr pcr_t
A prom_registry_t is responsible for registering metrics and briding them to the string exposition fo...
Definition: prom_collector_registry.h:83
struct MHD_Daemon * promhttp_start_daemon(unsigned int flags, unsigned short port, MHD_AcceptPolicyCallback apc, void *apc_cls)
Start a daemon in the background and return a reference to it.
The collector registry registers collectors for metric exposition.