maantje / pulse-database

A Laravel Pulse card for database status
MIT License
85 stars 6 forks source link

Note about possible metrics #5

Closed shaneniebergall closed 3 months ago

shaneniebergall commented 4 months ago

I was looking for a list of metrics to choose from, and couldn't find any. Then I realized in your code you're grabbing the data from a 'SHOW STATUS' query. Might want to point that out for others that want values other than the few in the examples.

Thanks for putting this together!

maantje commented 3 months ago

Hey @shaneniebergall,

Good idea! I added a section about the show status query in the readme.