J Parin
08/13/2025, 12:21 AMALTER TABLE signoz_logs.logs_v2
DELETE WHERE resources_string['service.name'] = 'local-host';
ALTER TABLE signoz_traces.signoz_index_v2
DELETE WHERE serviceName = 'local-host';
ALTER TABLE signoz_metrics.time_series_v2
DELETE WHERE JSONExtractString(labels, 'service_name') = 'local-host';
but after this the service name 'local-host' is still displaying in the service name list.
maybe someone knows how to remove it.
Thank you