Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Regarding accessing multiple workspaces #70

Open
@hgsat123

Description

@hgsat123

Hi,
I have a created a workspace in a specified AWS region, provided necessary access to IAM role (annotated for a specified service account) to read/write access to this workspace. I'm able to write prometheus scrapped metrics (defined write_relabel_configs) to specified workspace. If i want to write same metrics to different workspace parallelly (mentioned url, sigv4 details of workspace region), prometheus ignores the second workspace though it exist in the same region (as first workspace). I see error - err="server returned HTTP status 404 Not Found: {"Message":"Workspace not found"}" in the prometheus logs.
I also see messages like Stopping remote storage...", Remote storage stopped." for the first workspace. So, prometheus shuts one of the workspace / storage to write WAL only to second one!. Question: Is there a way to write to multiple workspaces parallelly?

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