Regarding accessing multiple workspaces #70
Description
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?