---
title: "Send Python logs to Tinybird"
excerpt: "Send Python logs, monitor your org in Prometheus format, integrate Resend webhooks, and more!"
date: "2024-12-13"
---

# Send your Python logs to Tinybird

You can now send your Python logs to Tinybird using the standard Python logging library and the [tinybird-python-sdk](https://pypi.org/project/tinybird-python-sdk/).

## Monitor your organization in Prometheus format

The Organization Metrics Exporter is a Tinybird project designed to monitor Tinybird usage across an organization. The project uses Service Data Sources to aggregate and expose organizational metrics, exporting them in Prometheus format.

Follow the instructions in the [tinybird-org-metrics-exporter](https://github.com/tinybirdco/tinybird-org-metrics-exporter) repository to get started.

## Integrate Resend webhooks 

Learn how to [integrate Resend webhooks to Tinybird](/forward/guides/ingest-from-resend) and analyze email data in real time.

## Improvements

- We enhanced the parameter block's by adding a hover state, aligning it with the behavior of other interactive elements.
- Kafka Connector user related errors are shown in `datasources_ops_log`. Emails are sent if notifications are enabled.
- The [Guides](/forward/guides) page now has a new layout and quick filter.
- Added [Backfilling from external sources](/classic/work-with-data/strategies/backfill-from-external) guide on how to bring data to Tinybird

## Bug fixes

- We fixed an issue where BigQuery Data Sources' cron couldn't be changed from the UI if the data source was created using the CLI.
- `/v0/datasources/` now only supports the HTTPS scheme for URLs in Parquet format.
- Fixed an issue where a large amount of tags would prevent the tags menu to scroll properly.
- Code editor suggestions now link to our documentation.
