Observability Project

Azure App Service

Connect Datadog and Azure Azure WebApp Extension

  • Azure - Datadog Integration installed
  • Extension added
  • Add env vars for logging: DD_API_KEY, DD_ENV, DD_SERVICE, DD_SITE, DD_VERSION

Logging

Agentless Logging Setup

We will be piggy backing off the APM to send the logs.

  • Add env vars DD_LOGS_DIRECT_SUBMISSION_INTEGRATIONS (ILogger),DD_LOGS_INJECTION

Metrics

Tracing

https://docs.datadoghq.com/tracing/setup_overview/setup/dotnet-framework/?tab=code https://docs.datadoghq.com/tracing/setup_overview/custom_instrumentation/dotnet/

  • Env vars: DD_TRACE_ENABLED
  • Nuget package Datadog.Trace
  • Place a span

Troubleshooting