Closed PranamyaJake closed 4 years ago
Are you trying to access the service that is live, or are you trying to set up your own copy?
I am trying to set up my own copy
Since it’s built as a suite of small services, you’ll need to set up instances of web-monitoring-db, web-monitoring-processing, and web-monioring-ui, then give them addresses to each other in their configuration so they can communicate (see the sample environment files in each project). Then you can start importing data by posting to the /api/v0/imports
endpoint on web-monitoring-db.
Hopefully the ARCHITECTURE.md
doc might give you a good sense of how the different pieces fit.
(Also, if you want to deploy with Kubernetes, you can take a look at how we have things set up in the web-monitoring-ops repo.)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in seven days if no further activity occurs. If it should not be closed, please comment! Thank you for your contributions.
Hi, I am a newbie, as i was exploring this tool, i couldn't understand how to use this tool(i hv already read README file). Can someone please help me how to use the tool or code base , or can i get any documents or link where i can read about it