Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 631 Bytes

File metadata and controls

15 lines (13 loc) · 631 Bytes

dual_app_demo

Creates two python flask apps that talk to each other.

  1. First create and export the New Relic staging license key and make sure you are connected to the VPN. export NEW_RELIC_LICENSE_KEY=24ac**NRAL
  2. Run the following:
    docker compose build
    docker compose up -d
    
  3. Then go to your browser and access: http://localhost:5000/. Note the first request will be slow as this blocks while the agent connects to New Relic. You may need to refresh several times and wait up to 6 minutes for the data to show up in the APM Python Dual App 1 entity under the distributed tracing tab.