Update README.md

This commit is contained in:
Ankit Anand
2024-06-19 12:20:25 +05:30
committed by GitHub
parent d20134aeb5
commit 6e0ff9e683

View File

@@ -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.
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.