Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/en/docs/languages/python/getting-started.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

Expand Down Expand Up @@ -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

Expand Down
Loading