ExpediaGroup / waggle-dance

Hive federation service. Enables disparate tables to be concurrently accessed across multiple Hive deployments.
Apache License 2.0
274 stars 76 forks source link

Add custom annotation to track method execution #275

Closed prakhar10 closed 1 year ago

prakhar10 commented 1 year ago

:pencil: Description

:link: Related Issues

patduin commented 1 year ago

I suggest to try and run your branch and use that to pinpoint any problem if certain pieces of the code need continuous logging to monitor trends we can consider adding them.

massdosage commented 1 year ago

What's the requirement here? If you want to time various method calls regularly you could add the usage of a benchmark via JMH which will generate a report and then run this via CI. If it's to get insights into a running system then I'd suggest using a profiler like VisualVM.

patduin commented 1 year ago

Talked offline, gonna close this till we have a better understanding.