Skip to content

Creates two python flask apps that talk to each other

Notifications You must be signed in to change notification settings

hmstepanek/dual_app_demo

Repository files navigation

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.

About

Creates two python flask apps that talk to each other

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published