georgeboot / blog

Personal blog of George Boot
https://georgeboot.nl
MIT License
1 stars 0 forks source link

blog/laravel-vapor-cloud-dashboard #2

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Laravel Vapor cloud dashboard using only Cloudwatch | George Boot

In a recent blogpost, Michael Dyrynda showed his Vapor dashboard built using Grafana. I re-created the dash using Cloudwatch.

https://georgeboot.nl/blog/laravel-vapor-cloud-dashboard

danatemple commented 3 years ago

Awesome!

BTW I found I had to do this to get the API Gateway graph to show anything (used ApiName instead of ID):

"metrics": [ [ "AWS/ApiGateway", "IntegrationLatency", "ApiName", "PROJECT_NAME-PROJECT_ENV", "Stage", "production", { "color": "#2ca02c" } ],

Dan