From 1fd1ad7acb04416c202d142e8c8b73fe8349a73e Mon Sep 17 00:00:00 2001 From: Ankit Anand <83692067+ankit01-oss@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:01:53 +0530 Subject: [PATCH] Update README.md --- lesson-5/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson-5/README.md b/lesson-5/README.md index 7901f3d..1224528 100644 --- a/lesson-5/README.md +++ b/lesson-5/README.md @@ -129,6 +129,6 @@ You can also set alerts on metrics based on your use-case directly from these pa ## Next Steps -In this tutorial, we configured the Python application to create custom metrics. Manual instrumentation gives you more granular control on setting up tracing in your Python application. +In this tutorial, we configured the Python application to create custom metrics. In the [next lesson](https://github.com/SigNoz/opentelemetry-python-example/tree/main/lesson-6), we will learn how to configure OpenTelemetry logging SDK in Python.