Telemetry doesn't work with non-ADC #634
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
If I launch the Proxy with an OAuth2 token or a credentials file while using Telemetry, the Proxy fails to start.
The reason for this is stackdriver does requires that we set non-ADC in the stackdriver.Options struct:
alloydb-auth-proxy/cmd/root.go
Lines 980 to 983 in 5d496b4
In addition, the Proxy should love the error as we've disabled error reporting after parsing the config.
The text was updated successfully, but these errors were encountered: