Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 572 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 572 Bytes

rum-demo

Demonstrate various types of transactions created by elastic RUM agent

Instruction

  1. Follow Quick start guide
  2. Update RUM configurations in src/apm.js (especially serverUrl)
  3. run npm run build to bundle.
  4. Run npm run serve and navigate to localhost:3000 and play around with buttons. Go to Kibana and check out data in:
  • Observability > User Experience > Dashboard
  • Observability > APM > Services
  1. When making changes in src/*, make sure to run npm run build.