AWS SDK for .NET Documentation
LogMetrics Property
AmazonAmazonAWSConfigsLogMetrics Did this page help you?   Yes   No    Tell us about it...
Configures if the SDK should log performance metrics. This setting configures the default LogMetrics property for all clients/configs. Changes to this setting will only take effect in newly-constructed clients. The setting can be configured through App.config, for example:
CopyC#
<appSettings>
  <add key="AWSLogMetrics" value="true"/>
</appSettings>
Declaration Syntax
C#
public static bool LogMetrics { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)