Class: Luciq::ApmCLI
- Inherits:
-
Thor
- Object
- Thor
- Luciq::ApmCLI
- Defined in:
- lib/luciq/query_cli.rb
Constant Summary collapse
- METRICS =
%w[network launch flows screen_loading frame_drop].freeze
- GROUP_METRICS =
(METRICS + %w[funnels]).freeze
Instance Method Summary collapse
- #funnel_create ⇒ Object
- #funnel_delete ⇒ Object
- #funnel_events ⇒ Object
- #funnel_update ⇒ Object
- #group ⇒ Object
- #groups ⇒ Object
- #occurrence ⇒ Object
Instance Method Details
#funnel_create ⇒ Object
320 321 322 |
# File 'lib/luciq/query_cli.rb', line 320 def funnel_create Commands::Query.new().apm_funnel_create end |
#funnel_delete ⇒ Object
340 341 342 |
# File 'lib/luciq/query_cli.rb', line 340 def funnel_delete Commands::Query.new().apm_funnel_delete end |
#funnel_events ⇒ Object
306 307 308 |
# File 'lib/luciq/query_cli.rb', line 306 def funnel_events Commands::Query.new().apm_funnel_events end |
#funnel_update ⇒ Object
333 334 335 |
# File 'lib/luciq/query_cli.rb', line 333 def funnel_update Commands::Query.new().apm_funnel_update end |
#group ⇒ Object
266 267 268 |
# File 'lib/luciq/query_cli.rb', line 266 def group Commands::Query.new().apm_group end |
#groups ⇒ Object
243 244 245 |
# File 'lib/luciq/query_cli.rb', line 243 def groups Commands::Query.new().apm_groups end |
#occurrence ⇒ Object
293 294 295 |
# File 'lib/luciq/query_cli.rb', line 293 def occurrence Commands::Query.new().apm_occurrence end |