- Add ServiceMonitors for Traefik, ArgoCD, and Longhorn - Enable cert-manager ServiceMonitor via helm values - Deploy Grafana Tempo for distributed tracing (single-binary, Longhorn PVC) - Add Tempo datasource with trace-to-logs and trace-to-metrics correlation - Instrument API with OpenTelemetry SDK (Prometheus metrics + OTLP traces) - Replace console.log with pino structured logging + pino-http middleware - Add Grafana dashboards for Traefik, API overview, and PostgreSQL (CNPG)
12 lines
314 B
YAML
12 lines
314 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- helmchartconfig.yaml
|
|
- middleware-default-headers.yaml
|
|
- middleware-internal-only.yaml
|
|
- ingressroute-argocd.yaml
|
|
- ingressroute-grafana.yaml
|
|
- ingressroute-longhorn.yaml
|
|
- certificate-internal.yaml
|
|
- servicemonitor.yaml
|