# Functions
CreateCustomMetric creates a new metric in a namespace Inputs:
sess is the current session, which provides configuration for the SDK's service clients namespace is the metric namespace metricName is the name of the metric unit is what the value represents value is the value of the metric unit dimensionName is the name of the dimension dimensionValue is the value of the dimensionName
Output:
If success, nil Otherwise, an error from a call to PutMetricData.