- Add OpenTelemetry Operator for CR management - Deploy OTel Collector as DaemonSet via CR - Enable filelog receiver for container log collection - Replace Promtail with OTel filelog receiver - Keep Prometheus for ServiceMonitor-based metrics scraping
22 lines
580 B
YAML
22 lines
580 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# Self-reference for App of Apps pattern
|
|
- application.yaml
|
|
|
|
- prometheus/argocd.yaml
|
|
- thanos/argocd.yaml
|
|
- alertmanager/argocd.yaml
|
|
- grafana/argocd.yaml
|
|
- loki/argocd.yaml
|
|
# promtail removed - OTel filelog receiver handles log collection
|
|
- tempo/argocd.yaml
|
|
- opentelemetry-operator/argocd.yaml
|
|
- opentelemetry-collector/argocd.yaml
|
|
- node-exporter/argocd.yaml
|
|
- kube-state-metrics/argocd.yaml
|
|
- goldilocks/argocd.yaml
|
|
- vpa/argocd.yaml
|
|
- blackbox-exporter/argocd.yaml
|