OperationSpec

Spec that describes an operation, e.g. connecting to a database.

Constructor

new OperationSpec(params)

Parameters:
NameTypeDescription
paramsOperationSpecParams

Members

parameters :DatastoreParameters|QueueMessageParameters|null

Extra parameters to be set on the metric for the operation.

record :boolean

Indicates if the operation should be recorded as a metric. A segment will be created even if this is false.

Type:
  • boolean