summaryrefslogtreecommitdiffstats
path: root/backends/prometheus
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-10-24 23:06:46 +0300
committerGitHub <noreply@github.com>2018-10-24 23:06:46 +0300
commitc9234ccc8cea6023c190370ea7e7e95fb5433dab (patch)
tree955e51a3c95b461490623d30ccc0750a6357f084 /backends/prometheus
parent67f46998a42f0c534bd9860dece9547bb0ed8895 (diff)
query code cleanup (#4480)
* queries code cleanup; renaming of variables; user configurable; tuning for defaults * reformatted main queries array * added documentation about all queries * empty doc * changed resampling variable names * added documentation to query module functions * fixed typos * renames * identation * more renames * fixed a faulty function definition at backends
Diffstat (limited to 'backends/prometheus')
-rw-r--r--backends/prometheus/backend_prometheus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/prometheus/backend_prometheus.c b/backends/prometheus/backend_prometheus.c
index 3ef453d193..223b3f9f03 100644
--- a/backends/prometheus/backend_prometheus.c
+++ b/backends/prometheus/backend_prometheus.c
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: GPL-3.0-or-later
+#define BACKENDS_INTERNALS
#include "backend_prometheus.h"
// ----------------------------------------------------------------------------