struct
Azu::PerformanceMetrics::MetricPoint
- Azu::PerformanceMetrics::MetricPoint
- Struct
- Value
- Object
Overview
Individual metric data point
Included Modules
- JSON::Serializable
Defined in:
azu/performance_metrics.crConstructors
- .new(timestamp : Time, value : Float64, metadata : Hash(String, String) = {} of String => String)
- .new(pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(timestamp : Time, value : Float64, metadata : Hash(String, String) = {} of String => String)
#