diff --git a/content/en/docs/languages/python/getting-started.md b/content/en/docs/languages/python/getting-started.md index 390818d58b93..dc4748ce0bbf 100644 --- a/content/en/docs/languages/python/getting-started.md +++ b/content/en/docs/languages/python/getting-started.md @@ -1,5 +1,5 @@ --- -title: Getting Started +title: Getting Started by Example description: Get telemetry for your app in less than 5 minutes! weight: 10 # prettier-ignore @@ -8,7 +8,7 @@ cSpell:ignore: debugexporter diceroller distro maxlen randint rolldice rollspan This page will show you how to get started with OpenTelemetry in Python. -You will learn how you can instrument a simple application automatically, in +You will learn how you can instrument a simple Python application automatically, in such a way that [traces][], [metrics][], and [logs][] are emitted to the console. @@ -769,7 +769,7 @@ docker run -p 4317:4317 ` {{% /tab %}} {{< /tabpane >}} -You will now have an collector instance running locally, listening on port 4317. +You will now have a collector instance running locally, listening on port 4317. ### Modify the command to export spans and metrics via OTLP