Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2019-02-22 17:06:28 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2019-02-22 17:06:28 +0300
commit29f4dcc20945b218c7e299713c111eeeabe46a3a (patch)
tree3c57b4e2bad2cfbba6510cd3d9802256f9e4ef79 /include/zbxprometheus.h
parentbd20078a7689bb53ef046da3dd4de1087e7547b5 (diff)
parent133ba53e2a19245a938bcbfbea820047d26e2d0b (diff)
.......... [ZBXNEXT-4865] merged from original dev branch
Diffstat (limited to 'include/zbxprometheus.h')
-rw-r--r--include/zbxprometheus.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/include/zbxprometheus.h b/include/zbxprometheus.h
new file mode 100644
index 00000000000..8965b6950a4
--- /dev/null
+++ b/include/zbxprometheus.h
@@ -0,0 +1,29 @@
+/*
+** Zabbix
+** Copyright (C) 2001-2019 Zabbix SIA
+**
+** This program is free software; you can redistribute it and/or modify
+** it under the terms of the GNU General Public License as published by
+** the Free Software Foundation; either version 2 of the License, or
+** (at your option) any later version.
+**
+** This program is distributed in the hope that it will be useful,
+** but WITHOUT ANY WARRANTY; without even the implied warranty of
+** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+** GNU General Public License for more details.
+**
+** You should have received a copy of the GNU General Public License
+** along with this program; if not, write to the Free Software
+** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+**/
+
+#ifndef __zbxprometheus_h__
+#define __zbxprometheus_h__
+
+
+
+extern int zbx_prometheus_pattern(const char *data, const char *filter_data, const char *output,
+ char **value, char **err);
+extern int zbx_prometheus_to_json(const char *data, const char *filter_data, char **value, char **err);
+
+#endif /* __zbxprometheus_h__ */