Skip to content

Commit f7e084a

Browse files
authored
feat: expose virtual inputs for Observability add-on (#482)
1 parent 052ec4e commit f7e084a

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

ibm_catalog.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,29 @@
309309
],
310310
"required": true
311311
},
312+
{
313+
"key": "enable_platform_metrics",
314+
"type": "boolean",
315+
"default_value": true,
316+
"description": "When set to `true`, the IBM Cloud Monitoring instance will be configured to collect platform metrics from the provided region. You can configure 1 instance only of the IBM Cloud Monitoring service per region to collect platform metrics in that location. Check with the account or service administrator if another monitoring instance has already been configured. You may not have permissions to see all monitoring instances in the region. [Learn more](https://cloud.ibm.com/docs/monitoring?topic=monitoring-platform_metrics_enabling).",
317+
"required": true,
318+
"virtual": true
319+
},
320+
{
321+
"key": "logs_routing_tenant_regions",
322+
"type": "array",
323+
"default_value": [],
324+
"description": "To manage platform logs that are generated by IBM Cloud services in a region of IBM Cloud, you must create a tenant in each region that you operate. Pass a list of regions to create a tenant in. [Learn more](https://cloud.ibm.com/docs/logs-router?topic=logs-router-about-platform-logs).",
325+
"required": true,
326+
"virtual": true,
327+
"custom_config": {
328+
"grouping": "deployment",
329+
"original_grouping": "deployment",
330+
"config_constraints": {
331+
"type": "string"
332+
}
333+
}
334+
},
312335
{
313336
"key": "existing_resource_group_name",
314337
"display_name": "resource_group",
@@ -626,6 +649,16 @@
626649
"dependency_input": "region",
627650
"version_input": "region",
628651
"reference_version": true
652+
},
653+
{
654+
"dependency_input": "enable_platform_metrics",
655+
"version_input": "enable_platform_metrics",
656+
"reference_version": true
657+
},
658+
{
659+
"dependency_input": "logs_routing_tenant_regions",
660+
"version_input": "logs_routing_tenant_regions",
661+
"reference_version": true
629662
}
630663
],
631664
"optional": true,

0 commit comments

Comments
 (0)