Update README.md

This commit is contained in:
Ankit Anand
2024-06-18 18:29:36 +05:30
committed by GitHub
parent fbc4510ba1
commit 2bb9d99286

View File

@ -13,7 +13,7 @@ To demonstrate how to integrate OpenTelemetry in a Python application, we'll cre
## Code Repo
The code samples for this tutorial series are present at this [GitHub repo](https://github.com/ankit01-oss/opentelemetry-python-example). You can follow the series by cloning the repo and running the application from the respective lesson directories.
The code samples for this tutorial series are present at this [GitHub repo](https://github.com/SigNoz/opentelemetry-python-example). You can follow the series by cloning the repo and running the application from the respective lesson directories.
## Step 1: Clone the GitHub Repository
@ -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, we will set up basic auto-instrumentation in our Flask application with OpenTelemetry.