Docker image
Add a container/service to your application’s infrastructure using the appsignal/collector Docker image. In your applications, configure OpenTelemetry to export data to the container using the container’s name. On this Docker image, all servers are enabled by default to receive data from apps using OpenTelemetry (port 8099).Supported platforms
The Docker image supports the following platforms. This list can also be viewed per Docker image tag on Docker Hub page for this image.- x86 64-bit
- ARM 64-bit
Configuration
The collector can be configured with environment variables specified in the Docker run command, Docker compose options or Kubernetes configuration. In the examples below, replaceYOUR_PUSH_API_KEY with your actual AppSignal Push API key and configure it with your application details.
The required Push API key can be found in the “Push & Deploy” section for any app in your organization and in the “Add app” wizard for your organization.
Only the Push API key is required when configuring the collector. It will authorize requests to our Push API.
A complete list of configuration options can be found in the configuration section.
That’s it! Once you’ve completed these steps, you should have the AppSignal collector’s Docker image up and running, monitoring the host and, if configured, receiving data from other apps.