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

Use pre-release bridge for more instrumentation #3047

Merged
merged 2 commits into from
Nov 27, 2023

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Nov 27, 2023

Changes in the bridge dependency: pulumi/pulumi-terraform-bridge@v3.66.0...2f132e7

This change should enable more logs being captured through TF_LOG=trace troubleshooting, and add additional spans in --tracing shedding light on where the time is being spent around Configure and CheckConfig.

return nil
}

var err error
credentialsValidationOnce.Do(func() {
log.Printf("[INFO] pulumi-aws: starting to validate credentials. " +
Copy link
Member Author

Choose a reason for hiding this comment

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

@VenelinMartinov adding these logs around credentials validation; log module should add timestamps I think.

Copy link

Does the PR have any schema changes?

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

@t0yv0 t0yv0 marked this pull request as ready for review November 27, 2023 19:47
@t0yv0
Copy link
Member Author

t0yv0 commented Nov 27, 2023

/release v6.11.0-alpha.1

Copy link

@t0yv0 t0yv0 force-pushed the t0yv0/better-instrumentation branch from 87d2788 to 229f72c Compare November 27, 2023 20:23
@t0yv0 t0yv0 enabled auto-merge (squash) November 27, 2023 21:00
@t0yv0 t0yv0 merged commit c130444 into master Nov 27, 2023
17 checks passed
@t0yv0 t0yv0 deleted the t0yv0/better-instrumentation branch November 27, 2023 21:23
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.

2 participants