awslabs / container-content-ideas-for-aws

A list of ideas for content that AWS should develop about running containers on AWS.
Apache License 2.0
43 stars 7 forks source link

Observability for Modern Applications #40

Open jicowan opened 5 years ago

ckassen commented 5 years ago

You can take a look at this workshop from re:Invent 2018 https://github.com/aws-samples/reinvent2018-dev303-code It's focussed on EKS so you need to adapt it when you'd like to run it with ECS.

jicowan commented 5 years ago

Thanks @ckassen. This blog means to cover the 3 pillars of observability: logs, metrics, and tracing.

priyavartk commented 2 years ago

Can I overlap this with multi-tenant logging pattern using MSK and OpenSearch. Like end to end from source to destination and dashboarding?