kurtzace / diary-2024

0 stars 0 forks source link

Observability logging, metrics, and traces #8

Open kurtzace opened 5 months ago

kurtzace commented 5 months ago

Lecture by Abhishek Gupta

logging: why is resource troubled. CW logs AWS

metrics: trends/math modeling. Cloud watch metrics

traces: path of user. XRay for traces

xray tracing enabled for SAM image

AWS lambda Powertool: well architected

image

image

add logging to dao image

power tools in sam template image

metricsLogger = Metricsutils.metricsLogger()

image

image

image