sanisoclem / iro-iro

0 stars 0 forks source link

configure logging and metrics #5

Open sanisoclem opened 5 years ago

sanisoclem commented 5 years ago

Logging

Will probably just use whatever is in CloudWatch. A few essential features that I need to setup/know how to do:

Metrics

Not sure if CloudWatch has this yet. I want to setup prometheus, but I dont want to manage servers.

Here's an idea: run a prometheus scrape inside a lambda, trigger it with a cron and store the data in S3?

Otherwise, I'm sure there'es some managed metrics in AWS already.