Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 223 Bytes

metric-event-schema.md

File metadata and controls

15 lines (13 loc) · 223 Bytes

MetricEvent

MetricEvent:
  value: Double
  tags: Vector<MetricTag>
  tagsHash: Integer
  unit?: String
  aggregationType?: String
  aggregationParameters?: Container

MetricTag:
  key: String
  value: String