You can find the details of your Amazon Managed Service for Prometheus workspace by using either the AWS console or the AWS CLI.
To find your workspace details using the Amazon Managed Service for Prometheus console
-
Open the Amazon Managed Service for Prometheus console at https://console.aws.amazon.com/prometheus/
. -
In the upper left corner of the page, choose the menu icon and then choose All workspaces.
-
Choose the Workspace ID of the workspace. This will display details about your workspace, including:
-
Current status – The status of your workspace, for example Active, is displayed under Status.
-
ARN – The workspace ARN is displayed under ARN.
-
ID – The workspace ID is displayed under Workspace ID.
-
URLs – The console displays multiple URLs for the workspace, including the URLs for writing to or querying data from the workspace.
Note
By default, the URLs given are the IPv4 URLs. You can also use dualstack (IPv4 and IPv6 supported) URLs. These are the same, but are in the domain
api.aws
rather than the defaultamazonaws.com
. For example, if you were to see the following (an IPv4 URL):https://aps-workspaces.us-east-1.amazonaws.com/workspaces/ws-abcd1234-ef56-7890-ab12-example/api/v1/remote_write
You could create a dualstack (including support for IPv6), URL as follows:
https://aps-workspaces.us-east-1.api.aws/workspaces/ws-abcd1234-ef56-7890-ab12-example/api/v1/remote_write
-