Files
scylladb/api/collectd.hh
Amnon Heiman aa73311289 adding the collectd implementation
This adds the implementation for:
get_collectd - return a single collectd value
get_collectd_items - list the registerred collectd
2015-06-28 17:37:59 +03:00

19 lines
215 B
C++

/*
* Copyright 2015 Cloudius Systems
*/
#ifndef API_COLLECTD_HH_
#define API_COLLECTD_HH_
#include "api.hh"
namespace api {
void set_collectd(http_context& ctx, routes& r);
}
#endif /* API_COLLECTD_HH_ */