This isn't a pulumi question yet, but I'm curious ...
# aws
s
This isn't a pulumi question yet, but I'm curious about other folks experience logging metrics. I want to be able to call something like
log_rate('foo', count)
from code in a ECS cluster and see a graph of how many
foos
per second are happening. This looks like something I can set up with a bit of overhead using CloudWatch Custom Metrics, but will I regret going down that road? The UI doesn't seem as rich as something like Grafana, but it's nice I don't have to install anything else. Any thoughts or advice?