Managing Collectors Flashcards
1
Q
Service endpoints
A
provide key performance indicators, metrics, and snapshots, exclusively in the context of that service, omitting business transaction context or downstream performance data
2
Q
Filter endpoints
A
- Response time > X
- Calls/min > X
- Type: Async / Web Service …
- Name matches
- Tier matches
- Service endpoints with performance data
3
Q
Automatic service endpoint detection
A
- Select tiers
- Type of entry points
4
Q
Type of entry points JAVA
A
- Servelet (configure naming)
- Struts action
- Web Service
- POJO
- Spring Bean
- EJB
- JMS (Java message service)
5
Q
Custom service endpoint creation
A
- Select tier
- Select type
- Agent type
- Include / exclude rule
- Priority
- HTTP request match criteria
- Split transaction using request data
6
Q
Data collectors
A
- used to supplement business transaction and transaction analytics data with application data.
- shows values of particular parameters or return values for business transactions
- shows the business context affected by performance issues, such as the specific user, order, or product.
- data collectors supplement the information shown in transaction snapshots
7
Q
Types of data collectors
A
- Method invocation data collectors - Capture code data, such as method arguments, variables, and return values.
- HTTP data collectors - Capture the URLs, parameter values, headers, and cookies of HTTP messages exchanged in a business transaction.
8
Q
Data collector permission
A
Configure Diagnostic Data Collectors permission
9
Q
HTTP Data Collectors
A
- Name
- Apply to new BTs
- Enable data collection for: transaction snapshots / transaction analytics
- HTTP requests attributes: URL / Session / User Principal
- HTTP parameters
- Cookies
- Session keys
- Headers
10
Q
A