Class Metric
- Namespace
- Temporalio.Common
- Assembly
- Temporalio.dll
Base class for all metrics.
public abstract class Metric
- Inheritance
-
Metric
- Derived
- Inherited Members
Properties
Description
Gets the description for the metric if any.
public string? Description { get; }
Property Value
Name
Gets the name for the metric.
public string Name { get; }
Property Value
Unit
Gets the unit for the metric if any.
public string? Unit { get; }