Table of Contents

Class CustomMetricMeterOptions

Namespace
Temporalio.Runtime
Assembly
Temporalio.dll

Options for custom metric meter.

public class CustomMetricMeterOptions
Inheritance
CustomMetricMeterOptions
Inherited Members

Properties

HistogramDurationFormat

Gets or sets how histogram duration values are given to the interface.

public CustomMetricMeterOptions.DurationFormat HistogramDurationFormat { get; set; }

Property Value

CustomMetricMeterOptions.DurationFormat

Methods

Clone()

Create a shallow copy of these options.

public virtual object Clone()

Returns

object

A shallow copy of these options and any transitive options fields.