From 2b70038ca8fef9b349e226eecb20efb1c4d51863 Mon Sep 17 00:00:00 2001 From: Smissen <71182201+Smissen@users.noreply.github.com> Date: Wed, 16 Oct 2024 13:56:22 +0200 Subject: [PATCH] Executable Tutorial Final Submission (jmatsso-oschel) (#2651) * add README.md * change to task * maybe fix check? * add assignment proposal * Made link to devops stronger * final exec tutorial --- contributions/executable-tutorial/jmatsso-oschel/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contributions/executable-tutorial/jmatsso-oschel/README.md b/contributions/executable-tutorial/jmatsso-oschel/README.md index d66dff948..2819ff629 100644 --- a/contributions/executable-tutorial/jmatsso-oschel/README.md +++ b/contributions/executable-tutorial/jmatsso-oschel/README.md @@ -27,4 +27,7 @@ The flexibility and automation of the tool makes it suitable in fast moving envi The insights gained from local profiling with py-spy can directly inform what to monitor in production. For example, if local profiling highlights specific functions or parts of the code that are resource-intensive, these areas can become key monitoring metrics in production Py-spy works well in production environments, where it can be attached to running Python applications without restarting or modifying the code. This non-intrusive capability is critical in production monitoring, as downtime or code changes are often not acceptable. -Some other features except that it can attach to running processes is that it has low overhead and also can produce flame-graphs for visualisation. Also py-spy can be used both for pre-deployment testing and post-deployment monitoring for example in canary or blue-green deployments \ No newline at end of file +Some other features except that it can attach to running processes is that it has low overhead and also can produce flame-graphs for visualisation. Also py-spy can be used both for pre-deployment testing and post-deployment monitoring for example in canary or blue-green deployments + +Killercoda: https://killercoda.com/smissen/scenario/py-spy101 +Github: https://github.com/Smissen/py-spy-executable-tutorial \ No newline at end of file