Class: Datadog::Core::Telemetry::Event::AppClosing Private

Inherits:
Base
  • Object
show all
Defined in:
lib/datadog/core/telemetry/event/app_closing.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Telemetry class for the ‘app-closing’ event

Instance Method Summary collapse

Methods inherited from Base

#==, #hash, #payload

Instance Method Details

#typeObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



11
12
13
# File 'lib/datadog/core/telemetry/event/app_closing.rb', line 11

def type
  'app-closing'
end