struct Protocol::Performance::SetTimeDomain

Overview

Sets time domain to use for collecting and reporting duration metrics. Note that this must be called before enabling metrics collection. Calling this method while metrics collection is enabled returns an error.

Included Modules

Defined in:

protocol/performance.cr

Constructors

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]