You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -215,6 +224,7 @@ The following arguments are supported with minimum metric polling interval of 30
215
224
*`logic_apps` - (Optional) Azure Logic Apps. See [Integration blocks](#integration-blocks) below for details.
216
225
*`machine_learning` - (Optional) Azure Machine Learning. See [Integration blocks](#integration-blocks) below for details.
217
226
*`maria_db` - (Optional) Azure MariaDB. See [Integration blocks](#integration-blocks) below for details.
227
+
*`monitor` - (Optional) Azure Monitor. See [Integration blocks](#integration-blocks) below for details.
218
228
*`mysql` - (Optional) Azure MySQL. See [Integration blocks](#integration-blocks) below for details.
219
229
*`mysql_flexible` - (Optional) Azure MySQL Flexible Server. See [Integration blocks](#integration-blocks) below for details.
220
230
*`postgresql` - (Optional) Azure PostgreSQL. See [Integration blocks](#integration-blocks) below for details.
@@ -249,6 +259,12 @@ Other integration type support an additional argument:
249
259
*`cost_management`
250
260
*`tag_keys` - (Optional) Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
251
261
262
+
*`monitor`
263
+
*`resource_types` - (Optional) A list of Azure resource types that need to be monitored.
264
+
*`include_tags` - (Optional) A list of resource tags associated with the resources that need to be monitored, in a "key:value" format. If this is not specified, all resources will be monitored.
265
+
*`exclude_tags` - (Optional) A list of resource tags associated with the resources that need to be excluded from monitoring.
266
+
*`enabled` - (Optional) A boolean value, that specifies if the integration needs to be active. Defaults to 'true' if not specified.
267
+
252
268
## Attributes Reference
253
269
254
270
In addition to all arguments above, the following attributes are exported:
0 commit comments