#support

Removing Sample Data from Signoz Dashboard

TLDR Div asks how to remove garbage data from Signoz Dashboard after a NestJS Docker installation. Srikanth suggests disabling the sample application from the start and performing a fresh installation.

Powered by Struct AI
eyes1
6
7mo
Solved
Join the chat
Mar 01, 2023 (7 months ago)
Div
Photo of md5-69a12cc92bad5b259938b070788a11aa
Div
03:47 PM
Hi Everyone, Excited to setup Signoz for our NestJS based microservices architecture, I just setup the docker installation and found out that the dashboard already contains some garbage data, how can I remove that ? can some one point me to the documentation if it already exists ?
Div
Photo of md5-69a12cc92bad5b259938b070788a11aa
Div
04:01 PM
Thanks Srikanth followed the exact steps, but still can see the data on my dashboard.
• Initially I installed Signoz with installation steps mentioned here (Link)
• This showed up the dummy data
• Updated the deploy/docker/clickhouse-setup/docker-compose.yaml file and removed hotrod service
• run install command again.
But the data in the dashboard is still visible, should I install fresh after editing the compose file ?
04:05
Div
04:05 PM
I am not sure if this step cleans the existing data ?
Srikanth
Photo of md5-ce04a9988e2fd758a659dc55be6f2543
Srikanth
04:09 PM
It will only stop generating new but the past data will be there. If you want to get rid of that you may want to do fresh installation with sample application disabled from the start.
Div
Photo of md5-69a12cc92bad5b259938b070788a11aa
Div
04:09 PM
got it, thanks 🙏