Sending Data to Digma Using the Datadog agent
Set up Dual Shipping
apm_config:
additional_endpoints:
"[REPLACE_WITH_DIGMAS_COLLECTOR_DATADOG_ENDPOINT]":
- datadog_reciverDD_APM_ADDITIONAL_ENDPOINTS={"[REPLACE_WITH_DIGMAS_COLLECTOR_DATADOG_ENDPOINT]": ["datadog_receiver"]}Add tags to specify the Digma environment
export DD_TAGS=digma.environment:$ENV_NAME,digma.environment.type:Publicexport DD_TRACE_OTEL_ENABLED=truePreviousSending Data to Digma using the OTEL CollectorNextDesign and write code more efficiently by understanding the system flows
Last updated