Class: Gitlab::Metrics::Dashboard::Stages::ClusterEndpointInserter
- Inherits:
-
BaseStage
- Object
- BaseStage
- Gitlab::Metrics::Dashboard::Stages::ClusterEndpointInserter
- Defined in:
- lib/gitlab/metrics/dashboard/stages/cluster_endpoint_inserter.rb
Constant Summary
Constants included from Defaults
Instance Attribute Summary
Attributes inherited from BaseStage
Instance Method Summary collapse
Methods inherited from BaseStage
Constructor Details
This class inherits a constructor from Gitlab::Metrics::Dashboard::Stages::BaseStage
Instance Method Details
#transform! ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/gitlab/metrics/dashboard/stages/cluster_endpoint_inserter.rb', line 8 def transform! verify_params for_metrics do |metric| metric[:prometheus_endpoint_path] = endpoint_for_metric(metric) end end |