AWS SDK for .NET Documentation
LogMetrics Property
AmazonAmazon.RuntimeClientConfigLogMetrics Did this page help you?   Yes   No    Tell us about it...
Flag on whether to log metrics for service calls. This can be set in the application's configs, as below:
CopyC#
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSLogMetrics" value"true"/>
    </appSettings>
</configuration>
Declaration Syntax
C#
public bool LogMetrics { get; set; }

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