I wants to delete the resource attribute value whi...
# support
a
I wants to delete the resource attribute value which is showing into signoz..
Copy code
alter table  signoz_metrics.time_series_v2 delete where metric_name='signoz_calls_total' and JSONExtractString(labels, 'resource_deployment_environment')='PROD-SIG';
I tried this but it won't work..
v
@Srikanth Chekuri Can you please help here?