Description
Many Python developers want to connect their applications to DataBuff via OpenTelemetry. Currently there are quick-start guides for Docker and Spring Boot, but not for Python — one of the most popular OTel languages.
Task
Create a new document docs/快速入门/python-otlp-integration.md (and optionally _en.md) that walks through:
- Starting DataBuff (link to the Docker install guide)
- Installing the OpenTelemetry Python SDK and OTLP exporter
- Configuring the OTLP exporter endpoint to the DataBuff ingest endpoint
- Instrumenting a minimal Python application (e.g., Flask or FastAPI)
- Verifying traces and metrics appear in the DataBuff UI
Files to create/change
- New file:
docs/快速入门/python-otlp-integration.md
- Optionally:
docs/快速入门/python-otlp-integration_en.md
Acceptance criteria
Skill requirements
- Python basics
- OpenTelemetry concepts (OTLP exporter)
- Markdown
Resources
docs/快速入门/spring-boot-otlp-integration.md — existing guide to follow as template
docs/快速入门/docker安装部署.md — install guide to reference
docs/opentelemetry-otlp-ingestion.md — OTLP ingestion doc
- OpenTelemetry Python docs: https://opentelemetry.io/docs/languages/python/
Description
Many Python developers want to connect their applications to DataBuff via OpenTelemetry. Currently there are quick-start guides for Docker and Spring Boot, but not for Python — one of the most popular OTel languages.
Task
Create a new document
docs/快速入门/python-otlp-integration.md(and optionally_en.md) that walks through:Files to create/change
docs/快速入门/python-otlp-integration.mddocs/快速入门/python-otlp-integration_en.mdAcceptance criteria
pip install, SDK initialization)spring-boot-otlp-integration.mdSkill requirements
Resources
docs/快速入门/spring-boot-otlp-integration.md— existing guide to follow as templatedocs/快速入门/docker安装部署.md— install guide to referencedocs/opentelemetry-otlp-ingestion.md— OTLP ingestion doc