amazon web services - Show CloudWatch metric with unit Seconds in Hours -
i have custom cloud watch metric unit seconds. (representing age of cache)
as usual values around 125,000 i'd convert them hours - improve readability.
is possible?
cloudwatch not unit conversion (i.e seconds hours etc). cannot utilize aws console display 'seconds' datapoint values converted hours.
you either publish metric values 'hours' (leaving unit field blank or set 'none').
otherwise if still want provide datapoints units 'seconds' retrieve datapoints (using getmetricstatistics api) , graph values using other dashboard/graphing solution.
amazon-web-services amazon-cloudwatch
No comments:
Post a Comment