This message was deleted.
# support
s
This message was deleted.
s
They are generate from hot rod load-generator. Are you using the docker for deploying? Here is the relevant guide to get rid of them https://signoz.io/docs/operate/docker-standalone/#remove-the-sample-application
a
Do we also delete volumes: part
here
s
Just remove all of it.
a
I removed then ran install.sh again, but It didn't work
I think I have to remove SignOz completely first
How can I do that?
s
The presence of (small amount) old data is problem for you?
a
Well It's not really a big problem, but It feels unfinished If I don't clean it up
s
Are you using docker or docker-swarm?
a
docker
I removed removed signoz images, will it be enough?
running install.sh again
s
No removing the images doesn't change anything about storage. Remove the data here https://github.com/SigNoz/signoz/tree/develop/deploy/docker/clickhouse-setup/data
a
I rm -rf the folders ?
s
Yeah, that should do it
a
then run install.sh again?
s
Yeah, just follow your regular flow again.
a
looks like deleting the folders broke the app
a. msg: "Error in processing sql query: code: 107, message: Cannot open file /var/lib/clickhouse/store/68b/68b0c534-6b8f-4436-a8b0-c5346b8fd436/20220520_1199_1204_1/data.bin, errno: 2, strerror: No such file or directory: While executing MergeTreeInOrder"
how can I delete everything completely, then reinstall? I don't mind the old data now 😄
s
remove the local repo and clone fresh
a
how to remove local repo?
rm -rf signoz folder?
s
yes
And make sure to comment out the load-generator before you run
a
Thank you!!!
It's perfect now
I have a question on C# example
var providerBuilder = Sdk.CreateMeterProviderBuilder() .AddAspNetCoreInstrumentation(); // TODO: Add configuration switch for Prometheus and OTLP export providerBuilder .AddConsoleExporter(); this.meterProvider = providerBuilder.Build(); in startup.CS
what does this code do?
I haven't added it and it seems to trace fine
s
Which example are you referring to?