This microservice is made up by this guide:
this microservice acts as a proxy to your Real User Monitoring (formerly RUM) so that the AD blocking Services cannot block your tracking
- Install dependencies using
npm install
- Start the project using
npm run start:local
You have a .gitlab-ci.yml
who does the job for you.
If you want to do this manually the only thing you sould do isz to build the docker image using
docker build -t datadog-proxy:latest .
- Build project (dockerfile)
- Expose the microservice (do not use authenmtication)
- To proxy all requests forllow this guide Datadog - Proxy Setup