Skip to content

Commit

Permalink
[datadog_integration_azure] Fix docs for app_service_plan_filters (#2085
Browse files Browse the repository at this point in the history
)

* [AZI-803] Fixed doc for app_service_plan_filters

* [AZI-1803] updated docs

* [AZI-1803] Updated description based on docs comment

* [AZI-1803] regenerated docs

* [AZI-1803] added multiple kv tags for clarity
  • Loading branch information
ava-silver authored Aug 29, 2023
1 parent ffdd2f6 commit e93932e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datadog/resource_datadog_integration_azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func resourceDatadogIntegrationAzure() *schema.Resource {
Optional: true,
},
"app_service_plan_filters": {
Description: "String of app service plan tag(s) (in the form `key:value,key:value`) defines a filter that Datadog uses 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. For example, `env:production,deploymentgroup:red`.",
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).",
Type: schema.TypeString,
Optional: true,
},
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/integration_azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "datadog_integration_azure" "sandbox" {

### Optional

- `app_service_plan_filters` (String) String of app service plan tag(s) (in the form `key:value,key:value`) defines a filter that Datadog uses 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. For example, `env:production,deploymentgroup:red`.
- `app_service_plan_filters` (String) 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).
- `automute` (Boolean) Silence monitors for expected Azure VM shutdowns.
- `cspm_enabled` (Boolean) Enable Cloud Security Management Misconfigurations for your organization.
- `custom_metrics_enabled` (Boolean) Enable custom metrics for your organization.
Expand Down

0 comments on commit e93932e

Please sign in to comment.