You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This a question because unsure if this already exists. Can LLM Workflow Traces Logged in Datadog be queried outside Datadog by using the trace_id? My application automatically logs to Datadog but I want to run evals outside of Datadog and I need to extract the logs
Is your feature request related to a problem?
^
Describe alternatives you've considered
I have tried using
from datadog_api_client import ApiClient, Configuration
from datadog_api_client.v2.api.logs_api import LogsApi
from datadog_api_client.v2.model.logs_query_filter import LogsQueryFilter
from datadog_api_client.v2.model.logs_query_options import LogsQueryOptions
from datadog_api_client.v2.model.logs_list_request_page import LogsListRequestPage
from datadog_api_client.v2.model.logs_list_request import LogsListRequest
but have been unsuccessful..
Additional context
No response
The text was updated successfully, but these errors were encountered:
Package Name
No response
Package Version(s)
No response
Describe the goal of the feature
This a question because unsure if this already exists. Can LLM Workflow Traces Logged in Datadog be queried outside Datadog by using the trace_id? My application automatically logs to Datadog but I want to run evals outside of Datadog and I need to extract the logs
Is your feature request related to a problem?
^
Describe alternatives you've considered
I have tried using
but have been unsuccessful..
Additional context
No response
The text was updated successfully, but these errors were encountered: