From 77781d033da95d91e00970572e0abf95946907af Mon Sep 17 00:00:00 2001 From: Vladimir Kobal Date: Fri, 7 Jun 2019 11:48:32 +0300 Subject: Prometheus remote write backend (#6062) * Add Prometheus remote write backend prototype * Fix autotools issues * Send HTTP POST request * Add parameters to HTTP header * Discard HTTP responce 200 * Update CMake build configuration * Fix Codacy issue * Check for C++ binary * Fix compilation without remote write backend * Add options to the installer script * Fix configure script warning * Fix make dist * Downgrade to ByteSize for better compatibility * Integrate remote write more tightly into the existing backends code * Cleanup * Fix build error * Parse host tags * Fix Codacy issue * Fix counters for buffered data * Rename preprocessor symbol * Better error handling * Cleanup * Update the documentation --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1d9cd173d5..f393adbfd7 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,10 @@ xenstat.plugin cgroup-network !cgroup-network/ +# protoc generated files +*.pb.cc +*.pb.h + # installation artifacts packaging/installer/.environment.sh *.tar.* -- cgit v1.2.3