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

DCP (Discovery and basic Configuration Protocol) support

Hello all,

Does anyone have experience with DCP request in and out of a Java application. Maybe someone also knows the methods to instrument.

Regards

Matthias

---
Chief Technology Officer at Versio.io

A Stargarderstr.10, 10437 Berlin, Germany ¬
P +49-30-22198651 ¬
M +49-178-8380495 ¬
E matthias.scholze@versio.io ¬
W www.versio.io ¬
4 REPLIES 4

ChadTurner
DynaMight Legend
DynaMight Legend

@Matthias-Versio were you able to get any information on this? 

-Chad

Hi Chad,

we have a Manufacturing Execution System (MES) based on Java technology. The MES make request to equipments (equipments are separate machine in factory) based on the DCP protocol. It is clear that Dynatrace can't detect the purepath entry from equipment to MES and other way around. For this reason, we want to instrument the DCP methods in Java to see the incoming and outgoing transactions (requests) in Dynatrace. Does this help?

Regards Matthias

---
Chief Technology Officer at Versio.io

A Stargarderstr.10, 10437 Berlin, Germany ¬
P +49-30-22198651 ¬
M +49-178-8380495 ¬
E matthias.scholze@versio.io ¬
W www.versio.io ¬

@Matthias-Versio  the approach I usually take when instrumenting "unknown" application is to look at method hotspots and determine your points of interest. Be sure to have a "wide" time range. Also - don't forget to use the CPU profiler and look also at method hotspots from there. Sometimes the requests are in separate threads running on some pre-initialized thread pools and you won't have any Dynatrace services detected.

Then look at the stackframes and download and decompile interesting classes and then put your custom services where it makes sense.

It's time-consuming, however still much faster than finding someone who has the code,  understands it and is willing to cooperate. Especially true for closed systems and 3rd party vendors.

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Hello  @Julius_Loman ,

 

thanks for your approach!

We made it a bit easier for ourselves and defined a good entry point for the instrumentation with the developers. This worked great and after that it is as always easy in Dynatrace.


Regards Matthias

---
Chief Technology Officer at Versio.io

A Stargarderstr.10, 10437 Berlin, Germany ¬
P +49-30-22198651 ¬
M +49-178-8380495 ¬
E matthias.scholze@versio.io ¬
W www.versio.io ¬

Featured Posts