2017-05-06 13:11:45 -07:00
|
|
|
/*
|
|
|
|
* prometheus.h
|
|
|
|
*
|
|
|
|
* @date May 6, 2017
|
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef CONFIG_ENGINES_PROMETHEUS_H_
|
|
|
|
#define CONFIG_ENGINES_PROMETHEUS_H_
|
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
#include "engine_configuration.h"
|
|
|
|
void setPrometheusDefaults(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
2017-05-06 13:11:45 -07:00
|
|
|
|
|
|
|
#endif /* CONFIG_ENGINES_PROMETHEUS_H_ */
|