Metrics


Metric

The Metric class represents a metric that contains information about the metric’s name, value, limit value, log time and class name.

  • name - The name of the metric.
  • value - The value of the metric.
  • limitValue - The limit value of the metric.
  • logTime - The log time of the metric.
  • className - The class name of the metric.

MetricInfo

The MetricInfo class represents information about a metric.

  • name - The name of the metric.
  • calculationType - The calculation type of the metric.
  • parameters - The parameters used in the calculation of the metric.
  • limitValue - The limit value of the metric.
  • warningThreshold - The warning threshold for the metric.
  • errorThreshold - The error threshold for the metric.