sudo docker-compose -f docker/druid-kafka-setup/docker-compose-tiny.yaml up -d
from
signoz/deploy
folder
Ankit Nayan
10/19/2021, 3:33 PM
A couple of things if you don't use
./install.sh
• you might want to re-run the docker-compose up command above as there is a supervisor job that needs to re-run after druid is up and running. The install script does this job automatically. Re-running docker-compose up command will run the jobs again
• You might have to wait for a couple of minutes before you see sample services in frontend. The install script also waits for the services to be up before giving success message
d
Davide Fastoso
10/19/2021, 4:38 PM
thank you very much guys, solved!
a
Ankit Nayan
10/19/2021, 4:41 PM
👍
Ankit Nayan
10/19/2021, 4:42 PM
Any bias towards using druid + kafka setup? Our clickhouse setup has more features (enabled metrics ingestion + building custom dashboards with metrics data including infrastructure metrics)
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.