docs: link entities to platform-docs READMEs #2
@@ -8,10 +8,10 @@ metadata:
|
|||||||
backstage.io/environment: "dev"
|
backstage.io/environment: "dev"
|
||||||
app.kubernetes.io/managed-by: "backstage"
|
app.kubernetes.io/managed-by: "backstage"
|
||||||
tags:
|
tags:
|
||||||
- deployment
|
- deployment
|
||||||
- argocd
|
- argocd
|
||||||
|
|
||||||
- opentelemetry
|
- opentelemetry
|
||||||
|
|
||||||
annotations:
|
annotations:
|
||||||
argocd/app-name: "petclinic-argo-doc"
|
argocd/app-name: "petclinic-argo-doc"
|
||||||
@@ -29,35 +29,35 @@ metadata:
|
|||||||
grafana/dashboard-selector: "uid == 'otel-app-observability-v2'"
|
grafana/dashboard-selector: "uid == 'otel-app-observability-v2'"
|
||||||
grafana.com/alert-label-selector: "app=petclinic-argo-doc"
|
grafana.com/alert-label-selector: "app=petclinic-argo-doc"
|
||||||
grafana.com/dashboard-url: "https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=petclinic-argo-doc"
|
grafana.com/dashboard-url: "https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=petclinic-argo-doc"
|
||||||
|
|
||||||
links:
|
links:
|
||||||
- url: https://petclinic-argo-doc.kyndemo.live
|
- url: https://petclinic-argo-doc.kyndemo.live
|
||||||
title: Live Application
|
title: Live Application
|
||||||
icon: web
|
icon: web
|
||||||
- url: https://gitea.kyndemo.live/validate/petclinic-argo-doc
|
- url: https://gitea.kyndemo.live/validate/petclinic-argo-doc
|
||||||
title: Repository
|
title: Repository
|
||||||
icon: github
|
icon: github
|
||||||
- url: https://argocd.kyndemo.live/applications/petclinic-argo-doc
|
- url: https://argocd.kyndemo.live/applications/petclinic-argo-doc
|
||||||
title: ArgoCD App
|
title: ArgoCD App
|
||||||
icon: dashboard
|
icon: dashboard
|
||||||
|
|
||||||
- url: https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=petclinic-argo-doc
|
- url:
|
||||||
title: Grafana Dashboard
|
https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=petclinic-argo-doc
|
||||||
icon: dashboard
|
title: Grafana Dashboard
|
||||||
|
icon: dashboard
|
||||||
|
|
||||||
spec:
|
spec:
|
||||||
owner: "platform-engineering"
|
owner: "platform-engineering"
|
||||||
domain: apps
|
domain: apps
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- component:default/argocd-service
|
- component:default/argocd-service
|
||||||
|
|
||||||
- resource:default/veterinary-platform
|
- resource:default/veterinary-platform
|
||||||
|
|
||||||
|
|
||||||
- resource:default/otel-collector
|
- resource:default/otel-collector
|
||||||
- resource:default/otel-operator
|
- resource:default/otel-operator
|
||||||
|
|
||||||
- resource:default/k6-operator
|
- resource:default/k6-operator
|
||||||
|
|
||||||
# ─── Primary Component (always present, matches component_id) ───────
|
# ─── Primary Component (always present, matches component_id) ───────
|
||||||
---
|
---
|
||||||
@@ -70,16 +70,16 @@ metadata:
|
|||||||
backstage.io/environment: "dev"
|
backstage.io/environment: "dev"
|
||||||
app.kubernetes.io/managed-by: "backstage"
|
app.kubernetes.io/managed-by: "backstage"
|
||||||
tags:
|
tags:
|
||||||
- deployment
|
- deployment
|
||||||
- argocd
|
- argocd
|
||||||
|
|
||||||
- opentelemetry
|
- opentelemetry
|
||||||
|
|
||||||
- load-testing
|
- load-testing
|
||||||
- k6
|
- k6
|
||||||
|
|
||||||
- chaos-engineering
|
- chaos-engineering
|
||||||
- chaos-mesh
|
- chaos-mesh
|
||||||
|
|
||||||
|
|
||||||
annotations:
|
annotations:
|
||||||
@@ -98,28 +98,28 @@ metadata:
|
|||||||
grafana/dashboard-selector: "uid == 'otel-app-observability-v2'"
|
grafana/dashboard-selector: "uid == 'otel-app-observability-v2'"
|
||||||
grafana.com/alert-label-selector: "app.kubernetes.io/instance=petclinic-argo-doc"
|
grafana.com/alert-label-selector: "app.kubernetes.io/instance=petclinic-argo-doc"
|
||||||
grafana.com/dashboard-url: "https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=petclinic-argo-doc"
|
grafana.com/dashboard-url: "https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=petclinic-argo-doc"
|
||||||
|
|
||||||
k6/enabled: "true"
|
k6/enabled: "true"
|
||||||
k6/test-configmap: "k6-test-petclinic-argo-doc"
|
k6/test-configmap: "k6-test-petclinic-argo-doc"
|
||||||
k6/test-namespace: "demo-apps"
|
k6/test-namespace: "demo-apps"
|
||||||
k6/target-service: "frontend"
|
k6/target-service: "frontend"
|
||||||
|
|
||||||
chaos-mesh/enabled: "true"
|
chaos-mesh/enabled: "true"
|
||||||
|
docs.kyndemo.live/readme:
|
||||||
|
catalog/component/default/petclinic-argo-doc/README.md
|
||||||
links:
|
links:
|
||||||
- url: https://petclinic-argo-doc.kyndemo.live
|
- url: https://petclinic-argo-doc.kyndemo.live
|
||||||
title: Live Application
|
title: Live Application
|
||||||
icon: web
|
icon: web
|
||||||
- url: https://gitea.kyndemo.live/validate/petclinic-argo-doc
|
- url: https://gitea.kyndemo.live/validate/petclinic-argo-doc
|
||||||
title: Repository
|
title: Repository
|
||||||
icon: github
|
icon: github
|
||||||
- url: https://argocd.kyndemo.live/applications/petclinic-argo-doc
|
- url: https://argocd.kyndemo.live/applications/petclinic-argo-doc
|
||||||
title: ArgoCD App
|
title: ArgoCD App
|
||||||
icon: dashboard
|
icon: dashboard
|
||||||
|
|
||||||
- url: https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=petclinic-argo-doc
|
- url:
|
||||||
title: Grafana Dashboard
|
https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-app=petclinic-argo-doc
|
||||||
icon: dashboard
|
title: Grafana Dashboard
|
||||||
|
icon: dashboard
|
||||||
|
|
||||||
spec:
|
spec:
|
||||||
type: service
|
type: service
|
||||||
@@ -128,14 +128,14 @@ spec:
|
|||||||
|
|
||||||
system: petclinic-argo-doc
|
system: petclinic-argo-doc
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- component:default/argocd-service
|
- component:default/argocd-service
|
||||||
|
|
||||||
- resource:default/veterinary-platform
|
- resource:default/veterinary-platform
|
||||||
|
|
||||||
|
|
||||||
- resource:default/otel-collector
|
- resource:default/otel-collector
|
||||||
|
|
||||||
- resource:default/k6-operator
|
- resource:default/k6-operator
|
||||||
|
|
||||||
# ─── Per-service Components (from Watcher discovery) ─────────────────
|
# ─── Per-service Components (from Watcher discovery) ─────────────────
|
||||||
|
|
||||||
@@ -150,16 +150,16 @@ metadata:
|
|||||||
backstage.io/environment: "dev"
|
backstage.io/environment: "dev"
|
||||||
app.kubernetes.io/managed-by: "backstage"
|
app.kubernetes.io/managed-by: "backstage"
|
||||||
tags:
|
tags:
|
||||||
- deployment
|
- deployment
|
||||||
- argocd
|
- argocd
|
||||||
|
|
||||||
- opentelemetry
|
- opentelemetry
|
||||||
|
|
||||||
- load-testing
|
- load-testing
|
||||||
- k6
|
- k6
|
||||||
|
|
||||||
- chaos-engineering
|
- chaos-engineering
|
||||||
- chaos-mesh
|
- chaos-mesh
|
||||||
|
|
||||||
|
|
||||||
annotations:
|
annotations:
|
||||||
@@ -178,28 +178,26 @@ metadata:
|
|||||||
grafana/dashboard-selector: "uid == 'otel-app-observability-v2'"
|
grafana/dashboard-selector: "uid == 'otel-app-observability-v2'"
|
||||||
grafana.com/alert-label-selector: "app=demo-db"
|
grafana.com/alert-label-selector: "app=demo-db"
|
||||||
grafana.com/dashboard-url: "https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-service=demo-db"
|
grafana.com/dashboard-url: "https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-service=demo-db"
|
||||||
|
|
||||||
k6/enabled: "true"
|
k6/enabled: "true"
|
||||||
k6/test-configmap: "k6-test-petclinic-argo-doc"
|
k6/test-configmap: "k6-test-petclinic-argo-doc"
|
||||||
k6/test-namespace: "demo-apps"
|
k6/test-namespace: "demo-apps"
|
||||||
k6/target-service: "demo-db"
|
k6/target-service: "demo-db"
|
||||||
|
|
||||||
chaos-mesh/enabled: "true"
|
chaos-mesh/enabled: "true"
|
||||||
|
|
||||||
links:
|
links:
|
||||||
- url: https://petclinic-argo-doc.kyndemo.live
|
- url: https://petclinic-argo-doc.kyndemo.live
|
||||||
title: Live Application
|
title: Live Application
|
||||||
icon: web
|
icon: web
|
||||||
- url: https://gitea.kyndemo.live/validate/petclinic-argo-doc
|
- url: https://gitea.kyndemo.live/validate/petclinic-argo-doc
|
||||||
title: Repository
|
title: Repository
|
||||||
icon: github
|
icon: github
|
||||||
- url: https://argocd.kyndemo.live/applications/petclinic-argo-doc
|
- url: https://argocd.kyndemo.live/applications/petclinic-argo-doc
|
||||||
title: ArgoCD App
|
title: ArgoCD App
|
||||||
icon: dashboard
|
icon: dashboard
|
||||||
|
|
||||||
- url: https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-service=demo-db
|
- url:
|
||||||
title: Grafana Dashboard
|
https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-service=demo-db
|
||||||
icon: dashboard
|
title: Grafana Dashboard
|
||||||
|
icon: dashboard
|
||||||
|
|
||||||
spec:
|
spec:
|
||||||
type: service
|
type: service
|
||||||
@@ -208,15 +206,14 @@ spec:
|
|||||||
|
|
||||||
system: petclinic-argo-doc
|
system: petclinic-argo-doc
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- component:default/argocd-service
|
- component:default/argocd-service
|
||||||
|
|
||||||
- resource:default/veterinary-platform
|
- resource:default/veterinary-platform
|
||||||
|
|
||||||
|
|
||||||
- resource:default/otel-collector
|
- resource:default/otel-collector
|
||||||
|
|
||||||
- resource:default/k6-operator
|
|
||||||
|
|
||||||
|
- resource:default/k6-operator
|
||||||
---
|
---
|
||||||
apiVersion: backstage.io/v1alpha1
|
apiVersion: backstage.io/v1alpha1
|
||||||
kind: Component
|
kind: Component
|
||||||
@@ -227,19 +224,19 @@ metadata:
|
|||||||
backstage.io/environment: "dev"
|
backstage.io/environment: "dev"
|
||||||
app.kubernetes.io/managed-by: "backstage"
|
app.kubernetes.io/managed-by: "backstage"
|
||||||
tags:
|
tags:
|
||||||
- deployment
|
- deployment
|
||||||
- argocd
|
- argocd
|
||||||
|
|
||||||
- opentelemetry
|
- opentelemetry
|
||||||
|
|
||||||
- load-testing
|
- load-testing
|
||||||
- k6
|
- k6
|
||||||
|
|
||||||
- chaos-engineering
|
- chaos-engineering
|
||||||
- chaos-mesh
|
- chaos-mesh
|
||||||
|
|
||||||
|
|
||||||
- java
|
- java
|
||||||
|
|
||||||
annotations:
|
annotations:
|
||||||
argocd/app-name: "petclinic-argo-doc"
|
argocd/app-name: "petclinic-argo-doc"
|
||||||
@@ -257,28 +254,26 @@ metadata:
|
|||||||
grafana/dashboard-selector: "uid == 'otel-app-observability-v2'"
|
grafana/dashboard-selector: "uid == 'otel-app-observability-v2'"
|
||||||
grafana.com/alert-label-selector: "app=petclinic"
|
grafana.com/alert-label-selector: "app=petclinic"
|
||||||
grafana.com/dashboard-url: "https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-service=petclinic"
|
grafana.com/dashboard-url: "https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-service=petclinic"
|
||||||
|
|
||||||
k6/enabled: "true"
|
k6/enabled: "true"
|
||||||
k6/test-configmap: "k6-test-petclinic-argo-doc"
|
k6/test-configmap: "k6-test-petclinic-argo-doc"
|
||||||
k6/test-namespace: "demo-apps"
|
k6/test-namespace: "demo-apps"
|
||||||
k6/target-service: "petclinic"
|
k6/target-service: "petclinic"
|
||||||
|
|
||||||
chaos-mesh/enabled: "true"
|
chaos-mesh/enabled: "true"
|
||||||
|
|
||||||
links:
|
links:
|
||||||
- url: https://petclinic-argo-doc.kyndemo.live
|
- url: https://petclinic-argo-doc.kyndemo.live
|
||||||
title: Live Application
|
title: Live Application
|
||||||
icon: web
|
icon: web
|
||||||
- url: https://gitea.kyndemo.live/validate/petclinic-argo-doc
|
- url: https://gitea.kyndemo.live/validate/petclinic-argo-doc
|
||||||
title: Repository
|
title: Repository
|
||||||
icon: github
|
icon: github
|
||||||
- url: https://argocd.kyndemo.live/applications/petclinic-argo-doc
|
- url: https://argocd.kyndemo.live/applications/petclinic-argo-doc
|
||||||
title: ArgoCD App
|
title: ArgoCD App
|
||||||
icon: dashboard
|
icon: dashboard
|
||||||
|
|
||||||
- url: https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-service=petclinic
|
- url:
|
||||||
title: Grafana Dashboard
|
https://grafana.kyndemo.live/d/otel-app-observability-v2/opentelemetry-application-observability?orgId=1&var-service=petclinic
|
||||||
icon: dashboard
|
title: Grafana Dashboard
|
||||||
|
icon: dashboard
|
||||||
|
|
||||||
spec:
|
spec:
|
||||||
type: service
|
type: service
|
||||||
@@ -287,13 +282,13 @@ spec:
|
|||||||
|
|
||||||
system: petclinic-argo-doc
|
system: petclinic-argo-doc
|
||||||
dependsOn:
|
dependsOn:
|
||||||
- component:default/argocd-service
|
- component:default/argocd-service
|
||||||
|
|
||||||
- resource:default/veterinary-platform
|
- resource:default/veterinary-platform
|
||||||
|
|
||||||
|
|
||||||
- resource:default/otel-collector
|
- resource:default/otel-collector
|
||||||
|
|
||||||
- resource:default/k6-operator
|
- resource:default/k6-operator
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user