zwoop opened a new pull request, #10694:
URL: https://github.com/apache/trafficserver/pull/10694

   This adds some more tooling around `Counter` vs `Gauge` type of metrics, 
assuring that Counters for example can only increment. There's no change in 
functionality here, other than the naming  and creation details. But it will 
assure that the underlying APIs are used correctly.
   
   Performance wise this should make no difference, at least in a release 
build. The compiler will optimize this down to just the `fetch_add()` just as 
before.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to