Skip to main content
This documentation explains how to configure AppSignal for Python to use the AppSignal Collector to send data to AppSignal. This documentation assumes that you have already followed the installation instructions. The following functionality will not be available when using the AppSignal collector: The following functionality is only available when using the AppSignal collector:

Deploying a collector

You can deploy your own collector by following the instructions in the AppSignal Collector documentation. You can also have AppSignal host a collector for you using the “Hosted Collector” page in your organization’s settings.

Configuring the collector

Set the collector_endpoint configuration option to the address of your collector. When using a hosted collector, this address can be found under “Collector URL” in the “Hosted Collector” settings page. Set the service_name option as well. It names this application among the services reporting to your collector, so a trace that crosses several of them shows which service did what.
The AppSignal for Python integration will now send data to the configured collector instead of using the bundled agent.