Fork me on GitHub
#aws
<
2022-02-12
>
Benjamin08:02:39

with cloudwatch there is some way to log a json with some specification right? Is this different from putting metrics?

jumar09:02:30

You mean embedded cloudwatch metrics?

Benjamin09:02:11

ah I'm not sure what I mean 😅

Benjamin09:02:54

ah team mate of mine mentioned to print out json to cloudwatch and get nice stats from it with "group, sum..". Maybe I misunderstood and it's not even a special feature of cloudwatch, just a normal log event

Benjamin09:02:33

my use case is getting stats about the activity of my program. Like it responds to some user. Then we like to view the stats and check if on mondays some particular response is more frequent etc.

valtteri10:02:20

Yep, just start logging json and CloudWatch will parse them automatically.