> ## Documentation Index
> Fetch the complete documentation index at: https://docs.appsignal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AppSignal voor Python

AppSignal ondersteunt [Python]-applicaties via [OpenTelemetry](#opentelemetry).

Na installatie verstuurt het AppSignal-package de fout- en performance-data van uw applicatie naar AppSignal.

## OpenTelemetry

OpenTelemetry is een open source-initiatief dat het verzamelen van telemetriegegevens stroomlijnt en standaardiseert.

OpenTelemetry ondersteunt meerdere talen, waaronder Python, en bestaat uit meerdere componenten: tracing, metrieken en logs. We ondersteunen de tracing-component van OpenTelemetry in onze Python-integratie voor betere foutregistratie en performance-metingen.

[Leer meer over OpenTelemetry via de officiële website van het project.][OpenTelemetry]

## Installatie

De [Python-installatiedocumentatie](/python/installation) leidt u door de stappen die nodig zijn om AppSignal te installeren.

## Configuratie

Onze [Configuratiedocumentatie](/python/configuration) leidt u door de stappen die nodig zijn om AppSignal te configureren.

## Aangepaste instrumentatie

Onze documentatie over [aangepaste instrumentatie](/python/instrumentation/instrumentation) leidt u door alle stappen die nodig zijn om aangepaste instrumentatie met AppSignal te maken.

## Ondersteunde libraries

We bieden momenteel ondersteuning voor de volgende Python-libraries:

* [Celery](/python/instrumentations/celery)
* [Django](/python/instrumentations/django)
* [FastAPI](/python/instrumentations/fastapi)
* [Flask](/python/instrumentations/flask)
* [Jinja2](/python/instrumentations/jinja2)
* [MySQL](/python/instrumentations/mysql)
* [Pika](/python/instrumentations/pika)
* [PostgreSQL](/python/instrumentations/postgresql)
* [Redis](/python/instrumentations/redis)
* [Requests](/python/instrumentations/requests)
* [Starlette](/python/instrumentations/starlette)
* [SQLAlchemy](/python/instrumentations/sqlalchemy)
* [SQLite](/python/instrumentations/sqlite)
* [WSGI/ASGI](/python/instrumentations/wsgi)

[Python]: https://www.python.org/

[OpenTelemetry]: https://opentelemetry.io/
