Skip to content

Commit

Permalink
fix converter
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikushch committed May 16, 2024
1 parent 509ca5b commit bd945c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func toCloudwatchExporter(config *cloudwatch_exporter.Config) *cloudwatch.Argume
DiscoveryExportedTags: config.Discovery.ExportedTags,
Discovery: toDiscoveryJobs(config.Discovery.Jobs),
Static: toStaticJobs(config.Static),
AWSSDKVersion: config.AWSSDKVersion,
}
}

Expand Down

0 comments on commit bd945c0

Please sign in to comment.