I'm working on instrumenting my application with c...
# support
b
I'm working on instrumenting my application with custom metrics and I need to change some types. What is the best way to wipe out all my custom metrics and start over
s
exec into clickhouse and delete entries from
time_series_v4
,
time_series_v4_6hrs
,
time_series_v4_1day
,
time_series_v4_1week
which you don't want
They are present in
signoz_metrics
database
b
excellent Thank you