Available in Classic and VPC
You can create and manage Custom Schemas using the Custom Schema service.
You can create Custom Schemas and send them to the Custom Schema service through the Cloud Insight API. The data collected can be utilized in Cloud Insight and can also be queried via API. For data transfer and retrieval APIs, see the Cloud Insight API guide.
To access Custom Schema, access the NAVER Cloud Platform portal and navigate to [Console] > Menu > Services > Management & Governance > Cloud Insight > Configuration > Custom Schema.
Custom Schema interface
The Custom Schema interface includes the following components:

| Component | Description |
|---|---|
| ① Menu name | Current menu name. |
| ② Basic features | What's available when you first enter the Custom Schema menu
|
| ③ Post-creation features | Features that are enabled after creating a Custom Schema.
|
| ④ Search bar | You can search by Product Type or Metric name. |
| ⑤ Custom Schema List | Displays all Custom Schema you’ve created.
|
Create Custom Schema.
To create a Custom Schema:
- In the NAVER Cloud Platform console, navigate to Menu > Services > Management & Governance > Cloud Insight.
- Navigate to Configuration > Custom Schema.
- Click [Create Custom Schema].
- In Product Type, enter the name of the schema you want to create.
- In [Collection Settings], specify the data you want to collect.
- Enter the ID Dimension for the data you want to collect.
- Generates targets based on the data collected via the ID Dimension.
- Select the Data Type of the ID Dimension.
- You can choose from STRING, INTEGER, or LONG.
- Enter the ID Dimension for the data you want to collect.
- Click [Metric] and define the metric for your Schema.
- Click [Add] and enter the metric information.
- Metric: Metric name.
- Description: Metric description.
- Data Type: Types of data to aggregate.
- Aggregation Cycle: Aggregation cycle.
- Aggregation: Aggregate functions.
- Unit: Aggregate data units.
- For example, Metric: mem_used / Description: memory / Data Type: FLOAT / Aggregation Cycle: Min1, Min30, Day1 / Aggregation: AVG, COUNT / Unit: %
The mem_used metric is collected as a FLOAT type. When you send data to this Schema, the data is stored in Cloud Insight with an AVG (average) and COUNT (number of collections) aggregated on a 1-minute/30-minute/1-day basis.
- Click [Add] and enter the metric information.
- Click [Dimension] and set the Dimension for your schema.
- Click [Add] and enter the dimension information.
- Dimension: Dimension name.
- Description: Dimension description.
- Data Type: Types of data to send.
- Click [Add] and enter the dimension information.
- Click [Create].
- Click [Data transfer example] to check your schema and the format of sample data transfers
- Click [JSON] to read or write the schema you set in JSON format.
Edit Custom Schema.
To edit a Custom Schema:
- In the NAVER Cloud Platform console, navigate to Menu > Services > Management & Governance > Cloud Insight.
- Navigate to Configuration > Custom Schema.
- Select the Custom Schema you want to modify and click [Edit].
- On the Edit Custom Schema interface, make the changes you want to make and click [Save].
- You cannot modify the ID Dimension, Metric, Dimension, or Data Type values.
- For more information on each item, see Create Custom Schema.
Delete Custom Schema.
To delete a Custom Schema:
- In the NAVER Cloud Platform console, navigate to Menu > Services > Management & Governance > Cloud Insight.
- Navigate to Configuration > Custom Schema.
- Select the Custom Schema you want to delete and click [Delete].
- Check the details in the notification popup, and click [Delete].