Hello This is the image of the ingestion dashboard...
# support
u
Hello This is the image of the ingestion dashboard. As you can see, it looks like duplicate data has been collected, such as system.cpu.time and system_cpu_time. Is this correct? I wonder if this is normal, and if not, what parts should I maintain?
n
Hey @박형규, correct me if I'm wrong, you have a dual exporter setup? In that case, we will remove the old exporter completely in the next release, which will reduce storage and CPU usage by half for CH.
u
@Nagesh Bansal Thanks for the answer. I don't understand what dual exporter means. In Cluster A, signoz-otel-collector is running, and in Cluster B, k8s-infra is running. I am sending from exporter of Cluster B to Cluster A signoz-otel-collector, and there is also an exporter in signoz-otel-collector, right? In this case, is it dual exporter?
n
So in signoz-otel-collector there would be two exporters
clickhousemetricswrite
and
signozclickhousemetrics
- we will be removing the
clickhousemetricswrite
in upcoming releases
u
I remember seeing the documentation, thanks for the reminder. It looks like this now, is it okay if I remove my clickhousemetricswrite part right now before the next release?
Copy code
signozspanmetrics/delta:
        metrics_exporter: clickhousemetricswrite, signozclickhousemetrics
n
Yeah, if you would like to do it now, you can, although we will be releasing the new versions with these updates
u
Then the next update will be released soon, so I will wait. Thank you for your response.
🙌 1