aerogearcatalog / metrics-apb

1 stars 23 forks source link

feat: add supported dashboards from ns to grafana #92

Closed psturc closed 5 years ago

psturc commented 5 years ago

Motivation

https://issues.jboss.org/browse/AEROGEAR-8512

Verification steps

  1. Spin up minishift and/or configure ASB on your cluster with psturc organisation and tag AEROGEAR-8512
  2. Provision keycloak-apb
  3. Provision sync-app-apb with params:
    • docker image: docker.io/psturc/voyager-server-example-metrics
    • metrics endpoint: metrics
    • sync app port: 4000
    • rest of params doesn't matter
  4. Provision metrics-apb
  5. Verify keycloak-dashboard.json and sync-app-<your-app-name>-dashboard.json are present in grafana-dashboards-configmap
  6. Go to Grafana and expand list of dashboards - IDM metrics and Sync app dashboards should be present
aliok commented 5 years ago

Code looks good, gonna verify it

psturc commented 5 years ago

Thanks for review of both PRs @aliok!