You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking into updating Automon. I am curious if anyone out there is using/has used it and if so how they use it? Are there any improvements that would be useful to you?
Some things I am considering.
Fixing security vulnerabilities
Updating to later versions of various dependencies (such as AspectJ)
Possibly removing some of the integrations and just integrating micrometer and ones that micrometer doesn't currently support.
Adding more examples of how to integrate automon to other projects including 3rd party jars/classes that are not instrumented.
Automon previously focused on timing methods and tracking exceptions. I am considering other metrics that can be down that fall outside the scope of those.
Videos showing how to use it
The text was updated successfully, but these errors were encountered:
Automon 2.0.0 was released today. Primary change was to include tracing using slf4j. Previous code was also simplified and documentation was improved. Some changes were breaking.
I am looking into updating Automon. I am curious if anyone out there is using/has used it and if so how they use it? Are there any improvements that would be useful to you?
Some things I am considering.
The text was updated successfully, but these errors were encountered: