From 6e0ff9e683b664044ef07877257cc800d2566fe9 Mon Sep 17 00:00:00 2001 From: Ankit Anand <83692067+ankit01-oss@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:20:25 +0530 Subject: [PATCH] Update README.md --- lesson-5/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lesson-5/README.md b/lesson-5/README.md index c68c119..7901f3d 100644 --- a/lesson-5/README.md +++ b/lesson-5/README.md @@ -129,4 +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. \ No newline at end of file +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 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.