metrics-rs / metrics

A metrics ecosystem for Rust.
MIT License
1.06k stars 145 forks source link

permit trailing commans in describe macros #483

Closed SuperFluffy closed 2 months ago

SuperFluffy commented 2 months ago

This patch allows trailing commas in all describe*! macros, similar to the gauge!, histogram!, and count! macros. Just a minor quality of life improvement.

tobz commented 2 months ago

Looks good to me! 👍🏻

tobz commented 1 month ago

Released in metrics@v0.23.0.

Thanks again for your contribution. 🙏🏻