I have a CloudWatch dashboard with a set of widgets. All the widgets have graphs/line charts based on custom metrics. I defined these custom metrics from metric-filters being defined on the CloudWatch log group.
For every custom metric, I want to set the unit to, for example, milliseconds, seconds, hours etc. CloudWatch console somehow shows all the metric units to be counts only.
Can we not modify the CloudWatch metric unit to be different than count? If not possible from the console, is it possible through the API?