Skip to content

x/telemetry/upload: UploadConfig is sticky #62405

Closed
@hyangah

Description

@hyangah

We originally thought upload would run from a separate process,
and made it to download the UploadConfig only once and keep using it.
(code)

But we ended up calling upload from a goroutine periodically in gopls integration.
This caused a long running gopls instance to keep using the same (or maybe stale) version of config throughout its lifetime.

cc @pjweinb @findleyr

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.telemetryx/telemetry issues

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions