Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.75 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.75 KB

Demo Python application

Application links

Browser Synthetics

In order to get full end-to-end monitoring with Browser Synthetics, including traces, remember to propertly set APM integration for Browser Tests.

e2e Traces

RUM adds trace headers only to origins listed in allowedTracingOrigins. If you are not getting the headers, check if the origin is correct. It should include protocol, domain, and port.

Context is propagated in message brokers, like RabbitMQ and Kafka, by message headers.

Notes

MySQL deployment has annotations for AutoDiscovery.

The app-python.yaml has a few particularities with an intention behind.

It deploys two deployments of the same image, app-python-v1 and app-python-v2. They have different metadata for version. Both are backends to the service app-python. It creates a simple load balancing between two versions to demostrate tracking of multiple deployments.

Another difference is how app-python-v1 and app-python-v2 set universal tags and agent host. The first, v1, uses the traditional methos of environment variables. The second, v2, relies on the new admisson controller.