Skip to main content
Doku can automatically send LLM usage data from Doku to New Relic using the Report Metrics HTTP 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
    newRelic:
      metricsUrl: <your-new-relic-metrics-url>     # URL to the New Relic Metric API
      logsUrl: <your-new-relic-logs-url>           # URL to the New Relic Log API
      key: <your-new-relic-api-key>                # Ingest API Key of the New Relic Account