Utilising Information Points and Service Endpoints Flashcards

1
Q

Add an information point

A
  1. Name
  2. Agent type (JAVA, .Net, PHP)
  3. Class (+ full name of the method)
  4. Method parameters
  5. Match conditions
  6. Define custom metrics using the method parameters of return values
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Information point, data can be collected from

A
  1. method parameter at index
  2. return values
  3. invoked object
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Information point custom metric definition
operation on method or parameter

A
  1. toString()
  2. use Getter Chain
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Information point custom metric definition
Information points data rollup

A
  1. Average
  2. Sum
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Service entry point types

A
  1. Servelet (change naming)
  2. Struts action (?)
  3. WebService
  4. POJO
  5. Spring Bean (default no)
  6. EJB (default no)
  7. JMS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Service endpoint use case

A
  1. ownership are for tiers and not BTs
  2. allow to see a subset of the metrics for the tier
  3. similar to BT except they only show metrics for the entry points and do not track metrics for any downstream segment
How well did you know this?
1
Not at all
2
3
4
5
Perfectly