GoogleCloudPlatform / golang-samples

Sample apps and code written for Google Cloud in the Go programming language.
Apache License 2.0
4.32k stars 1.75k forks source link

chore(otel-instrumentation): fix environment variable substitution #4337

Closed aabmass closed 2 months ago

aabmass commented 2 months ago

Description

The collector now requires ${} for env var substitution. Also upgrade to the latest image. Manually tested the sample still works.

Checklist

aabmass commented 2 months ago

Closing in favor of https://github.com/GoogleCloudPlatform/golang-samples/pull/4345