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
Description: "This comma-separated list of tags (in the form `key:value,key:value`) defines a filter that Datadog uses when collecting metrics from Azure App Service Plans. Only App Service Plans that match one of the defined tags are imported into Datadog. The rest, including the apps and functions running on them, are ignored. This also filters the metrics for any App or Function running on the App Service Plan(s).",
134
116
Default: stringdefault.StaticString(""),
135
117
},
136
-
"metrics_enabled": schema.BoolAttribute{
137
-
Computed: true,
138
-
Default: booldefault.StaticBool(true),
139
-
Optional: true,
140
-
Description: "Enable Azure metrics for your organization.",
141
-
},
142
-
"metrics_enabled_default": schema.BoolAttribute{
143
-
Computed: true,
144
-
Default: booldefault.StaticBool(true),
145
-
Optional: true,
146
-
Description: "Enable Azure metrics for your organization for resource providers where no resource provider config is specified.",
147
-
},
148
-
"usage_metrics_enabled": schema.BoolAttribute{
149
-
Computed: true,
150
-
Default: booldefault.StaticBool(true),
151
-
Optional: true,
152
-
Description: "Enable azure.usage metrics for your organization.",
Note: This requires `resource_collection_enabled` to be set to true. Defaults to `false`.
46
46
-`custom_metrics_enabled` (Boolean) Enable custom metrics for your organization. Defaults to `false`.
47
47
-`host_filters` (String) String of host tag(s) (in the form `key:value,key:value`) defines a filter that Datadog will use when collecting metrics from Azure. Limit the Azure instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. e.x. `env:production,deploymentgroup:red` Defaults to `""`.
48
-
-`metrics_enabled` (Boolean) Enable Azure metrics for your organization. Defaults to `true`.
49
-
-`metrics_enabled_default` (Boolean) Enable Azure metrics for your organization for resource providers where no resource provider config is specified. Defaults to `true`.
50
48
-`resource_collection_enabled` (Boolean) When enabled, Datadog collects metadata and configuration info from cloud resources (such as compute instances, databases, and load balancers) monitored by this app registration.
51
-
-`resource_provider_configs` (List of Object) Configuration settings applied to resources from the specified Azure resource providers. (see [below for nested schema](#nestedatt--resource_provider_configs))
52
-
-`usage_metrics_enabled` (Boolean) Enable azure.usage metrics for your organization. Defaults to `true`.
0 commit comments