summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 894ed7e)
raw | patch | inline | side by side (parent: 894ed7e)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 7 Oct 2015 07:31:14 +0000 (09:31 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 7 Oct 2015 07:31:14 +0000 (09:31 +0200) |
src/include/core/store.h | patch | blob | history |
index 4038fe4da91c0fc0c70a68b4ba833e3cba67da5c..818297fddb2580ecfd4eeeae8352cb41a6087d0a 100644 (file)
--- a/src/include/core/store.h
+++ b/src/include/core/store.h
sdb_store_obj_t *
sdb_store_get_host(sdb_store_t *store, const char *name);
-/*
- * sdb_store_fetch_timeseries:
- * Fetch the time-series described by the specified host's metric and
- * serialize it as JSON into the provided string buffer. The host data is
- * retrieved from the specified store.
- *
- * Returns:
- * - 0 on success
- * - a negative value else
- */
-int
-sdb_store_fetch_timeseries(sdb_store_t *store,
- const char *hostname, const char *metric,
- sdb_timeseries_opts_t *opts, sdb_strbuf_t *buf);
-
/*
* sdb_store_get_child:
* Retrieve a host's child object of the specified type and name. The