Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 874 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 874 Bytes

elastic-stack-apm-nodejs

Dockerized Elastic Stack with APM

INFO

  1. Quick start development environment: https://www.elastic.co/guide/en/apm/get-started/current/quick-start-overview.html
  2. Get Elastic APM node in Express JS application: https://www.elastic.co/guide/en/apm/agent/nodejs/current/express.html
  3. Using Apache Benchmark for webserver performance testing: https://www.datadoghq.com/blog/apachebench/

INSTALLATION

#git clone https://github.com/fuckowsky/elastic-stack-apm-nodejs.git
#cd elastic-stack-apm-nodejs
#sudo docker-compose up
Navigate to http://localhost:5601/app/home#/tutorial/apm
Complete steps 4-6 to configure your application to collect and report APM data
Use the APM app at http://localhost:5601/app/apm to visualize your application performance data
When you’re done, ctrl+c will stop all of the containers