Skip to main content
This guide explains how to set up and run micro-agent and micro-exporter in standalone mode outside a Kubernetes cluster.

Docker Compose Configuration

Create a docker-compose.yml file with the following configuration:

Setup Steps

Step 1: Configure API Credentials

Obtain your access key ID and secret key from the RAD UI, then set the following environment variables:
Additional configuration options include log level settings (debug, info, error) and enabling stdout logging via EXPORTER_PROVIDER_STDOUT_ENABLED.

Step 2: Deploy Services

Step 3: Verify Containers

Use docker ps to confirm both agent and exporter containers are running:

Step 4: Monitor Logs

Use docker logs to review container output and verify proper initialization:
You should see logs indicating successful initialization, including diagnostic data, tracer configuration, and gRPC server startup information.