Skip to content

yafernandes/app-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published