https://signoz.io logo
Title
a

Ankita Salunkhe

11/30/2022, 6:24 AM
I wants to delete the resource attribute value which is showing into signoz..
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

Vishal Sharma

11/30/2022, 6:59 AM
@Srikanth Chekuri Can you please help here?