struct Azu::PerformanceMetrics::MetricPoint

Overview

Individual metric data point

Included Modules

Defined in:

azu/performance_metrics.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(timestamp : Time, value : Float64, metadata : Hash(String, String) = {} of String => String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def metadata : Hash(String, String) #

[View source]
def timestamp : Time #

[View source]
def value : Float64 #

[View source]