Hi
Is there a recommended application coding standards/best practices so that the application can be monitored better using DynaTrace?.
i'm referring to certain Non-Functional Requirements that will make monitoring using DT easier.
Listing down few that we think are good coding practices
instead of we try to figure out the bets practices on our own we thought it would be good to check if there is some information of that kind already out there.
-Sreerag
Answer by Paul K. ·
I recomend the instrumentation of Interfaces, since the interfaces *should* be less likely to change method signatures.
Alternatively you could use Sensor Annotation. Annotated methods will always be captured by dynaTrace, independent of the method sensors.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET