Skip to content

Commit

Permalink
Adding new field to AWS integration to include in terraform.
Browse files Browse the repository at this point in the history
  • Loading branch information
MovieStoreGuy committed Dec 2, 2024
1 parent 395dfde commit 6d05b4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration/model_aws_cloud_watch_integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,7 @@ type AwsCloudWatchIntegration struct {
NamedToken string `json:"namedToken,omitempty"`
// If `true`, this property indicates that SignalFx should sync metrics and metadata from custom AWS namespaces only.
SyncCustomNamespacesOnly bool `json:"syncCustomNamespacesOnly,omitempty"`
// CollectOnlyRecommendedStats is used to enforce an integration to only collected the AWS' recommended statistics for the configured services.
// The current list of recommended stats are listed here: https://docs.splunk.com/observability/en/gdi/get-data-in/connect/aws/aws-recommended-stats.html
CollectOnlyRecommendedStats bool `json:"collectOnlyRecommendedStats,omitempty"`
}

0 comments on commit 6d05b4d

Please sign in to comment.