yabeda-http_requests icon indicating copy to clipboard operation
yabeda-http_requests copied to clipboard

Ensure http method is always lowercase

Open webmat opened this issue 2 years ago • 0 comments

Hello! I've noticed that most of my http metrics have method lowercase (like yabeda-rails' metrics), but sometimes I have metrics where method is uppercase. I assume this is a difference per http library.

Here I'm suggesting a trivial change that would ensure it's always lowercase, to match yabeda-rails. Is there appetite for this kind of normalization?

This is a backwards incompatible change with regards to the metrics themselves. I can work to make the behaviour configurable if you want, although I think this would over-complicate things.

webmat avatar Sep 02 '22 13:09 webmat