MetadataValue interface

Represents a metric metadata value.

Properties

name

the name of the metadata.

value

the value of the metadata.

Property Details

name

the name of the metadata.

name?: string

Property Value

string

value

the value of the metadata.

value?: string

Property Value

string