copyright | lastupdated | keywords | subcollection | ||
---|---|---|---|---|---|
|
2021-03-28 |
IBM Cloud, monitoring, upgrade |
monitoring |
{{site.data.keyword.attribute-definition-list}}
{: #upgrade}
When you provision an instance of the {{site.data.keyword.mon_full_notm}} service, you must choose a service plan. Different plans offer different features. You can change the service plan at any time. {: shortdesc}
Learn more about service plans.
{: #upgrade_ui}
To change the service plan of an instance from the Observability dashboard in the {{site.data.keyword.cloud_notm}}, complete the following steps:
-
Log in to your {{site.data.keyword.cloud_notm}} account{: external}.
After you log in with your user ID and password, the {{site.data.keyword.cloud_notm}} UI opens.
-
Go to the menu icon and select Observability to access the Observability dashboard.
-
Select Monitoring.
-
Click the Actions icon next to the instance you want to change and click Edit plan.
-
Select a service plan.
-
Click Save.
{: #upgrade_cli}
Complete the following steps to change the service plan:
-
[Pre-requisite] Installation of the {{site.data.keyword.cloud_notm}} CLI. Learn more.
-
Log in to the location in the {{site.data.keyword.cloud_notm}} where the instance is provisioned. Run the following command: ibmcloud login
To get the latest list of locations that are available for the {{site.data.keyword.mon_full_notm}} service, see Locations.
-
Set the resource group where the instance is available. Run the following command: ibmcloud target
By default, the
default
resource group is set. -
[Optional] Get the current service plan ID.
To get the current service plan of an instance, you can run the following command and check the value of the resource_plan_id field:
ibmcloud resource service-instance INSTANCE_NAME --output JSON
{: codeblock}
-
Change the service plan. Run the ibmcloud resource service-instance-update command:
ibmcloud resource service-instance-update NAME --service-plan-id RESOURCE_PLAN_ID
{: codeblock}
Where
-
NAME
is the name of the instance -
service-plan-id
indicates the type of plan. -
RESOURCE_PLAN_ID
is the ID of the plan that you want to set. To get the service plan IDs, see Service plans.
-
For example, to change the service plan of an instance to the graduated plan, run the following command:
ibmcloud resource service-instance-update monitoring-instance-01 231bb072-1b2f-4d7e-ae9e-9574d382be32
{: codeblock}