andrew4699 commented on code in PR #431:
URL: https://github.com/apache/polaris/pull/431#discussion_r1833146849
##########
polaris-service/src/main/java/org/apache/polaris/service/TimedApplicationEventListener.java:
##########
@@ -38,13 +40,21 @@
@Provider
public class TimedApplicationEventListener implements ApplicationEventListener
{
+ public static final String METRIC_NAME = "polaris.TimedApi";
Review Comment:
We still emit the former metric and a new one that's just called
`polaris.TimedApi` for all API endpoints. Added some comments/updated variable
naming to hopefully improve readability.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]