Houses code for Datadog OCI integration.
The primary integration setup is located in the datadog-integration folder. This unified stack handles both:
- OCI log collection
- OCI metrics collection
The setup creates an OCI Resource Manager (ORM) stack which uses Terraform to:
- Create resources on OCI to send logs and metrics to Datadog using OCI Service Connector Hub
- Create policies to allow Service Connector Hub to read logs and metrics from different compartments of the tenancy
- Deploy serverless functions for log and metric forwarding to Datadog
Important: The stack must be deployed in the home region of your OCI tenancy.