amazon web services - create custom latency metric in Cloudwatch -


i have application. basically, want measure time between starts , request done processing. call latency of processing request.

i wonder if can create custom aws cloudwatch metric monitor using putmetricdata api.

you can create custom metric.

define metric name, dimension , value metric. can statistical methods on other standard metrics.

also can create alarms based on metric too.

if use nodejs use below documentation put metric.

http://docs.aws.amazon.com/awsjavascriptsdk/latest/aws/cloudwatch.html#putmetricdata-property

all custom metrics data appear under custom namespaces under cloudwatch > metrics


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -