Skip to content

Conversation

@duncanista
Copy link
Contributor

@duncanista duncanista commented Jan 26, 2026

What?

Skips setting cold start on Managed Instances

Why?

SVLS-8232

@duncanista duncanista marked this pull request as ready for review January 26, 2026 20:04
@jchrostek-dd
Copy link
Contributor

We need to update integration tests for this.

expect(awsLambdaSpan?.attributes.custom.cold_start).toBe('false');
// Skip cold_start tag check for Node and Python since their tracer libraries
// (dd-trace-js, dd-trace-py) set the cold_start attribute independently.
// Only verify for Java and dotnet where bottlecap controls the span.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is our plan to fix this for Node and Python runtimes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be done separately until fixed, there's no way of checking this until its fixed there

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants