Class: Peek::Views::Tracing

Inherits:
View
  • Object
show all
Defined in:
lib/peek/views/tracing.rb

Instance Method Summary collapse

Instance Method Details

#resultsObject



6
7
8
9
10
# File 'lib/peek/views/tracing.rb', line 6

def results
  tracing_url = Labkit::Tracing.tracing_url(Gitlab.process_name)

  { tracing_url: tracing_url }
end