Skip to main content
Doku can automatically send LLM usage data from Doku to DataDog using the Submit Metrics API and Send Logs API Add the following to your doku configuration file(doku.yml).
doku.yml
observabilityPlatform:
  enabled: true                                 # Enable or Disable the Observability Platform, Example: true
    datadog:
      metricsUrl: <your-datadog-metrics-url>    # URL to the DataDog Metrics API
      logsUrl: <your-datadog-logs-url>          # URL to the DataDog Logs API
      apiKey: <your-datadog-api-key>            # API Key of the DataDog Account