OtelMetric
Datalayer Core / OtelMetric
Interface: OtelMetric
Defined in: src/otel/types.ts:62
A metric data point.
Properties
attributes?
optionalattributes?:Record<string,unknown>
Defined in: src/otel/types.ts:68
metric_name
metric_name:
string
Defined in: src/otel/types.ts:63
metric_type?
optionalmetric_type?:string
Defined in: src/otel/types.ts:69
service_name
service_name:
string
Defined in: src/otel/types.ts:64
timestamp
timestamp:
string
Defined in: src/otel/types.ts:67
unit?
optionalunit?:string
Defined in: src/otel/types.ts:66
value
value:
number
Defined in: src/otel/types.ts:65