Skip to content

Is there a plan to remove the thanos- prefix from the user agent? #87

Open
@ohkinozomu

Description

@ohkinozomu

Some providers are currently adding a thanos- prefix to the user agent.

option.WithUserAgent(fmt.Sprintf("thanos-%s/%s (%s)", component, version.Version, runtime.Version())),

client.Config.UserAgent = fmt.Sprintf("thanos-%s", component)

client.SetAppInfo(fmt.Sprintf("thanos-%s", component), fmt.Sprintf("%s (%s)", version.Version, runtime.Version()))

Is there a plan to remove this?

Related issue: #23

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions