~/.diffblue/agents/telemetry/events-*.jsonl. To send them to an external observability platform, configure one or more OTLP-compatible collectors such as Grafana, Datadog, or Honeycomb.
Configure an OTLP endpoint
Add one or more OTLP endpoints to~/.diffblue/agents/config.properties. Each endpoint is identified by a numeric prefix (1 to 99).
Replace
<n> with a number from 1 to 99.
Multiple endpoints
Provider examples
- Grafana Cloud
- Datadog
- Honeycomb
Refer to your provider’s documentation for the exact endpoint URL and authentication header format. These may vary by region or account.
Error handling
Invalid endpoint configurations are skipped without affecting workflow execution. Diffblue Agents logs a warning to stderr for:- Malformed endpoint URLs
- Invalid timeout values (the default of 30 seconds is used instead)
- Malformed header key-value pairs