summaryrefslogtreecommitdiffstats
path: root/streaming
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2022-10-10 15:27:35 +0300
committerGitHub <noreply@github.com>2022-10-10 15:27:35 +0300
commit360e57d47bc29d0f0362c74493e4e3d932ea147e (patch)
tree79b3868c9e4f870dde09638a2953d43e28db0755 /streaming
parente14b42359048b8a6eb39ae6b2d3434e73ff947b9 (diff)
Parser cleanup (#13782)
* Remove end, set disable and flush actions * Remove begin action * Remove label action * Remove overwrite action * Remove chart action * Remove dimension action * Remove label action (part 2) * Remove variable action Co-authored-by: vkalintiris <vasilis@netdata.cloud>
Diffstat (limited to 'streaming')
-rw-r--r--streaming/receiver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/streaming/receiver.c b/streaming/receiver.c
index 02aa040b06..556fe9e131 100644
--- a/streaming/receiver.c
+++ b/streaming/receiver.c
@@ -306,7 +306,7 @@ static int receiver_read(struct receiver_state *r, FILE *fp) {
internal_error(true, "read_stream() failed (1).");
return 1;
}
-
+
worker_set_metric(WORKER_RECEIVER_JOB_BYTES_READ, ret);
if (!is_compressed_data(r->read_buffer, ret)) {