Attributes for FTP Monitors

The trace (root span) and span attributes in Trace Explorer are defined by tagging a span, which enable the effective monitoring of the various tiers of an application.

Attributes are key-value pairs attached to a span to provide additional information and context about the operation performed in the span. A trace has some trace only attributes as well as all the span attributes of the root span.

In Trace Explorer, you can use attributes to query and filter traces and spans. There are two types of attributes: Dimensions (string attributes) and Metrics (numeric attributes) which are available in the Attributes panel in Trace Explorer.

This section provides a complete list of the out-of-the-box attributes applicable to FTP monitors from Availability Monitoring. The below table includes:

  • Name: Name of the attribute.
  • Description: Brief description of the attribute.
  • Trace/Span: Availability of the attribute. An attribute can be available for traces, spans, or both.
  • Type: Type of attribute: Dimension or Metric.

These attributes are available in the Attributes panel from Trace Explorer.

Name Description Trace/Span Type
ConnectTime The time taken to create connection to ftp server. Span attribute Metric
LoginTime The time taken to login to FTP server. Span attribute Metric
OperationTime The time taken to complete the operation. Span attribute Metric
TotalTime The sum total of ConnectTime, LoginTime, OperationTime. Span attribute Metric