Datadog Logs
Datadog is a monitoring and analytics platform for cloud-scale applications.
Installation and Setupβ
pip install datadog_api_client
We must initialize the loader with the Datadog API key and APP key, and we need to set up the query to extract the desired logs.
Document Loaderβ
See a usage example.
from langchain_community.document_loaders import DatadogLogsLoader