Module: GitlabInternalEventsCli::Helpers::ServicePingDashboards

Included in:
GitlabInternalEventsCli::Helpers
Defined in:
lib/gitlab_internal_events_cli/helpers/service_ping_dashboards.rb

Instance Method Summary collapse

Instance Method Details

#metric_exploration_group_path(product_group, stage_name) ⇒ Object



7
8
9
# File 'lib/gitlab_internal_events_cli/helpers/service_ping_dashboards.rb', line 7

def metric_exploration_group_path(product_group, stage_name)
  "#{tableau_base_path}/MetricExplorationbyGroup?Group%20Name=#{product_group}&Stage%20Name=#{stage_name}"
end

#metric_trend_path(key_path) ⇒ Object



11
12
13
# File 'lib/gitlab_internal_events_cli/helpers/service_ping_dashboards.rb', line 11

def metric_trend_path(key_path)
  "#{tableau_base_path}/MetricTrend?Metrics%20Path=#{key_path}"
end