Utilising Information Points and Service Endpoints Flashcards
1
Q
Add an information point
A
- Name
- Agent type (JAVA, .Net, PHP)
- Class (+ full name of the method)
- Method parameters
- Match conditions
- Define custom metrics using the method parameters of return values
2
Q
Information point, data can be collected from
A
- method parameter at index
- return values
- invoked object
3
Q
Information point custom metric definition
operation on method or parameter
A
- toString()
- use Getter Chain
4
Q
Information point custom metric definition
Information points data rollup
A
- Average
- Sum
5
Q
Service entry point types
A
- Servelet (change naming)
- Struts action (?)
- WebService
- POJO
- Spring Bean (default no)
- EJB (default no)
- JMS
6
Q
Service endpoint use case
A
- ownership are for tiers and not BTs
- allow to see a subset of the metrics for the tier
- similar to BT except they only show metrics for the entry points and do not track metrics for any downstream segment