class Datadog::Tracing::Transport::Statistics::Counts
Stat counts
def initialize
def initialize reset! end
def reset!
def reset! @success = 0 @client_error = 0 @server_error = 0 @internal_error = 0 @consecutive_errors = 0 end
Stat counts
def initialize reset! end
def reset! @success = 0 @client_error = 0 @server_error = 0 @internal_error = 0 @consecutive_errors = 0 end