Skip to content

WIP: Adds cluster metrics importer

Ryan Cobb requested to merge 63044-add-cluster-metrics-importer into master

What does this MR do?

This MR adds a cluster metrics importer that is very similar to the common metrics importer. This is the first step in the process of moving cluster metrics to the prometheus endpoint and is a part of https://gitlab.com/gitlab-org/gitlab-ce/issues/63044.

Note: this is dependent on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29572 which will add a new field metric_type to PrometheusMetrics in order to differentiate between "environment" and "cluster" metrics.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Ryan Cobb

Merge request reports