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