Skip to content

retry_on_http_429: false no effect when configured for static agent #7065

@Reimirno

Description

@Reimirno

What's wrong?

retry_on_http_429: false should suppress agent from retrying on code 429, but it does not.

Steps to reproduce

using this config for prometheus remote write

"remote_write":
    - "queue_config":
        "retry_on_http_429": false

agent will still retry when seeing 429.

It is probably because agent is using an old prometheus library whose queueconfig does not support that field yet.

System information

No response

Software version

v0.42.0

Configuration


Logs


Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneeds-attentionAn issue or PR has been sitting around and needs attention.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions