API Reference
Preparing search index...
@aws-lambda-powertools/metrics
types
MetricDefinition
Type Alias MetricDefinition
A definition of a metric that can be added to the Metrics class.
type
MetricDefinition
=
{
Name
:
string
;
StorageResolution
?:
MetricResolution
;
Unit
:
MetricUnit
;
}
Index
Properties
Name
Storage
Resolution?
Unit
Properties
Name
Name
:
string
Optional
Storage
Resolution
StorageResolution
?:
MetricResolution
Unit
Unit
:
MetricUnit
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Name
Storage
Resolution
Unit
API Reference
Loading...
A definition of a metric that can be added to the Metrics class.