summaryrefslogtreecommitdiffstats
path: root/exporting
diff options
context:
space:
mode:
Diffstat (limited to 'exporting')
-rw-r--r--exporting/process_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exporting/process_data.c b/exporting/process_data.c
index c07afc738e..eb492535db 100644
--- a/exporting/process_data.c
+++ b/exporting/process_data.c
@@ -130,7 +130,7 @@ NETDATA_DOUBLE exporting_calculate_value_from_stored_data(
STORAGE_POINT sp = rd->tiers[0].query_ops->next_metric(&handle);
points_read++;
- if (unlikely(storage_point_is_empty(sp))) {
+ if (unlikely(storage_point_is_gap(sp))) {
// not collected
continue;
}