From 21e75c319bffa19b5f04af51edb74c69ec6e0a94 Mon Sep 17 00:00:00 2001 From: chenzizhan Date: Mon, 15 Jul 2024 16:12:36 +0800 Subject: wip, add primary metric to spread sketch --- src/metrics/python_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/metrics/python_api.c') diff --git a/src/metrics/python_api.c b/src/metrics/python_api.c index 6f25fdf..3f52149 100644 --- a/src/metrics/python_api.c +++ b/src/metrics/python_api.c @@ -5,7 +5,7 @@ #include "histogram_encoder.h" #include "base64/b64.h" -#include "st_hyperloglog.h" +#include "hyperloglog.h" // user must free the buf after use void *fieldstat_histogram_base64_decode(char *buf) -- cgit v1.2.3