Supported data types: Logs • Metrics • Traces
Ingestion with Datadog Agent
If you use the Datadog Agent to send data to Datadog, you can send the same data to Phoebe by installing and configuring the Phoebe Distribution for OpenTelemetry (PDOT), for example in a sidecar container. You can then configure the Datadog Agent to dual-ship to PDOT, and configure PDOT to forward data to Phoebe.- Install PDOT (e.g., as a sidecar container)
- Update your Datadog Agent configuration to forward data to your local PDOT instance. Follow the Datadog integration documentation in the PDOT repo. See also examples in the repo.
- Configure PDOT to send data to Phoebe using the instructions in the OpenTelemetry integration guide.
API access
- Create an API key in Datadog API settings
- Create an Application key in Datadog Application Keys
- Ensure the associated user/service account has these required permissions and scopes:
- Read logs (Scopes required:
logs_read_data,logs_read_index_data) - Access metrics (Scopes required:
metrics_read,timeseries_query) - View traces (Scopes required:
apm_read) - Read dashboard data (Scopes required:
dashboards_read) - Read monitor data (Scopes required:
monitors_read)
- Read logs (Scopes required:
- Enter credentials in the Integrations UI