Skip to content

refactor(label_values): Contributing a label_values variable for consistency with spinnaker-operator deployments

Summary:

Spinnaker-operator handles the deployments with a prefix spin-* by default which translates into the job label for Prometheus metrics. Observability plugin metrics include the spinSvc tag which identifies the Spinnaker service. This MR includes some dashboard variable additions to auto identify the job.

Changes:

  • application-drilldown-dashboard: Adding spinSvc filter & Hytrix panels for consistency with the monitoring-daemon OSS dashboards
  • clouddriver/echo/fiat/front50/gate/igor: Added a label_values lookup with regex ..
  • kubernetes: Added regex ..

Merge request reports