AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the PutMetricFilter operation. Creates or updates a metric filter and associates it with the specified log group. With metric filters, you can configure rules to extract metric data from log events ingested through PutLogEvents.

The maximum number of metric filters that can be associated with a log group is 100.

When you create a metric filter, you can also optionally assign a unit and dimensions to the metric that is created.

Metrics extracted from log events are charged as custom metrics. To prevent unexpected high charges, do not specify high-cardinality fields such as IPAddress or requestID as dimensions. Each different value found for a dimension is treated as a separate metric and accrues charges as a separate custom metric.

CloudWatch Logs might disable a metric filter if it generates 1,000 different name/value pairs for your specified dimensions within one hour.

You can also set up a billing alarm to alert you if your charges are higher than expected. For more information, see Creating a Billing Alarm to Monitor Your Estimated Amazon Web Services Charges.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudWatchLogs.AmazonCloudWatchLogsRequest
      Amazon.CloudWatchLogs.Model.PutMetricFilterRequest

Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z

Syntax

C#
public class PutMetricFilterRequest : AmazonCloudWatchLogsRequest
         IAmazonWebServiceRequest

The PutMetricFilterRequest type exposes the following members

Constructors

NameDescription
Public Method PutMetricFilterRequest()

Empty constructor used to set properties independently even when a simple constructor is available

Public Method PutMetricFilterRequest(string, string, string, List<MetricTransformation>)

Instantiates PutMetricFilterRequest with the parameterized properties

Properties

NameTypeDescription
Public Property FilterName System.String

Gets and sets the property FilterName.

A name for the metric filter.

Public Property FilterPattern System.String

Gets and sets the property FilterPattern.

A filter pattern for extracting metric data out of ingested log events.

Public Property LogGroupName System.String

Gets and sets the property LogGroupName.

The name of the log group.

Public Property MetricTransformations System.Collections.Generic.List<Amazon.CloudWatchLogs.Model.MetricTransformation>

Gets and sets the property MetricTransformations.

A collection of information that defines how metric data gets emitted.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5