Show / Hide Table of Contents

Interface ITaskMetricsConfig

Task Metrics.

Namespace: Amazon.CDK.AWS.StepFunctions
Assembly: Amazon.CDK.AWS.StepFunctions.dll
Syntax (csharp)
public interface ITaskMetricsConfig
Syntax (vb)
Public Interface ITaskMetricsConfig

Synopsis

Properties

MetricDimensions

The dimensions to attach to metrics.

MetricPrefixPlural

Prefix for plural metric names of activity actions.

MetricPrefixSingular

Prefix for singular metric names of activity actions.

Properties

MetricDimensions

The dimensions to attach to metrics.

virtual IDictionary<string, object> MetricDimensions { get; }
Property Value

System.Collections.Generic.IDictionary<System.String, System.Object>

Remarks

Default: - No metrics

MetricPrefixPlural

Prefix for plural metric names of activity actions.

virtual string MetricPrefixPlural { get; }
Property Value

System.String

Remarks

Default: - No such metrics

MetricPrefixSingular

Prefix for singular metric names of activity actions.

virtual string MetricPrefixSingular { get; }
Property Value

System.String

Remarks

Default: - No such metrics

Back to top Generated by DocFX