Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE]: Support for Querying Logged LLM Observability Traces Outside of Datadog #12006

Open
sam-h-long opened this issue Jan 20, 2025 · 0 comments

Comments

@sam-h-long
Copy link

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

Image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant