From 7c49d5f9ee7fe8c10ab3f92d9ded92f328a513e3 Mon Sep 17 00:00:00 2001 From: Ankit Anand <83692067+ankit01-oss@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:15:20 +0530 Subject: [PATCH] Update README.md --- lesson-1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson-1/README.md b/lesson-1/README.md index ece3d73..ac1fb97 100644 --- a/lesson-1/README.md +++ b/lesson-1/README.md @@ -79,4 +79,4 @@ Now that application is running, you can interact with the application at `http: In this tutorial, we've created a Flask-based to-do application with MongoDB database. The application service interacts with MongoDB to manage tasks. -In the next lesson, we will set up basic auto-instrumentation in our Flask application with OpenTelemetry. +In the [next lesson](https://github.com/SigNoz/opentelemetry-python-example/tree/main/lesson-2), we will set up SigNoz, an OpenTelemetry-native APM. OpenTelemetry does not provide a storage and analytics layer, and you need a backend to send the collected data to.