Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Python doc pages local #1111

Merged
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion content/en/docs/instrumentation/python

This file was deleted.

36 changes: 36 additions & 0 deletions content/en/docs/instrumentation/python/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Python
description: >-
<img width="35" src="https://raw.github.com/open-telemetry/opentelemetry.io/main/iconography/32x32/Python_SDK.svg"></img>
A language-specific implementation of OpenTelemetry in Python.
aliases: [/python, /python/metrics, /python/tracing]
cascade:
github_repo: &repo https://github.com/open-telemetry/opentelemetry-python
github_subdir: website_docs
path_base_for_github_subdir: content/en/docs/python/
github_project_repo: *repo
weight: 22
---

This is the OpenTelemetry for Python documentation. OpenTelemetry is an
observability framework -- an API, SDK, and tools that are designed to aid in
the generation and collection of application telemetry data such as metrics,
logs, and traces. This documentation is designed to help you understand how to
get started using OpenTelemetry for Python.

## Status and Releases

The current status of the major functional components for OpenTelemetry Python
is as follows:

| Tracing | Metrics | Logging |
| ------- | ------- | ------------ |
| Stable | Alpha | Experimental |

{{% latest_release "python" /%}}

## Further Reading

- [Read the Docs](https://opentelemetry-python.readthedocs.io/en/stable/)
- [Examples](https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples)
- [Contrib Repository](https://github.com/open-telemetry/opentelemetry-python-contrib)
Loading