nerdexam
Cisco

500-425 · Question #8

Which two conditions would be a reason to update an existing Data Collector? (Choose two.)

The correct answer is B. A new class and method have been deployed to the application. D. A new method parameter has been added to an instrumented class. A data collector is a configuration that captures application data from a method invocation or an HTTP request. A data collector is associated with a specific method signature or an HTTP parameter name. Therefore, if a new class and method have been deployed to the application…

Instrument Applications and Monitor Business Transactions

Question

Which two conditions would be a reason to update an existing Data Collector? (Choose two.)

Options

  • AThe Business Transaction has been deprecated.
  • BA new class and method have been deployed to the application.
  • CA new HTTP parameter has been added to an existing Business Transaction
  • DA new method parameter has been added to an instrumented class

How the community answered

(46 responses)
  • A
    7% (3)
  • B
    80% (37)
  • C
    13% (6)

Explanation

A data collector is a configuration that captures application data from a method invocation or an HTTP request. A data collector is associated with a specific method signature or an HTTP parameter name. Therefore, if a new class and method have been deployed to the application, or a new method parameter has been added to an instrumented class, the existing data collector may not match the new code and may need to be updated. However, if the business transaction has been deprecated, or a new HTTP parameter has been added to an existing business transaction, the existing data collector may still work as expected, unless the data collector is specifically configured to filter by the business transaction name or the HTTP parameter value.

Topics

#Data Collectors#class instrumentation#method parameters#HTTP parameters

Community Discussion

No community discussion yet for this question.

Full 500-425 Practice