Skip to content

Add support for LLM Observability #446

@maherio

Description

@maherio

Expected Behavior

Lambdas can be instrumented for LLM Observability automatically with a simple flag like:

const datadogLambda = new DatadogLambda(this, "datadogLambda", {
    ...
    enableLlmObservability: true,
    ...
});

Actual Behavior

We have to manually instrument each lambda

Steps to Reproduce the Problem

n/a

Specifications

n/a

Stacktrace

n/a

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions