Table of Contents

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

string

Name

Gets the name for the metric.

public string Name { get; }

Property Value

string

Unit

Gets the unit for the metric if any.

public string? Unit { get; }

Property Value

string