cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

EJB monitoring

gautier_begin
Advisor

Hello,

I'ld like to know how Dynatrace is monitoring EJB, how to activate this kind of monitoring.

I know a sensor exists in AppMon.

Regards,

3 REPLIES 3

gautier_begin
Advisor

Hello,

It seems that EJB monitoring is not supported by Dynatrace. I have opened a RFE:

https://community.dynatrace.com/spaces/482/dynatrace...

Regards,

c_schwarzbauer
Dynatrace Champion
Dynatrace Champion

hi Gautier,

actually we decided with good reason against
porting the EJB sensor 1:1 from AppMon to Dynatrace. the reasoning behind
that was that it did not bring any real value and caused quite some
traffic and processing overhead. that's why we already had it disabled
by default in recent AppMon versions.

so what the AppMon EJB
sensor did was to instrument all classes that are derived from the EJB
interfaces and show calls to those classes in a separate view. we
figured that this does not provide much real value and could also be
easily achieved by custom method sensors, if desired. also this
regularly led to increased overhead due to the nodes and traffic for
this kind of information.

in Dynatrace we decided to go
another way and focus on EJBs that are called remotely (RMI, web
requests). this leads to far less "noise" as only the particularly
relevant (i.e. remotely called) EJBs show up as services.

so in general, our Dynatrace EJB support should fit most people's needs already.

HTH,
Christian

michael_kopp
Dynatrace Champion
Dynatrace Champion

Additionally if you have EJBs that are of important to you, that are not called remotly, you can define them as custom services easily.

Featured Posts