Connectum API Reference / @connectum/testing / index / NormalizedMetric
Interface: NormalizedMetric
Defined in: testing/src/otel-collectors.ts:48
Structural representation of a single metric data point.
Properties
description
description:
string
Defined in: testing/src/otel-collectors.ts:50
name
name:
string
Defined in: testing/src/otel-collectors.ts:49
points
points:
object[]
Defined in: testing/src/otel-collectors.ts:53
attributes
attributes:
Record<string,unknown>
value
value:
unknown
type
type:
string
Defined in: testing/src/otel-collectors.ts:52
unit
unit:
string
Defined in: testing/src/otel-collectors.ts:51
