Add Pyroscope server (StatefulSet on ringtail k3s) and Alloy profiling DaemonSet with pyroscope.ebpf collection. Grafana datasource with traces-to-profiles cross-linking. Docs updated across observability reference card, Alloy, Grafana, apps registry, and README. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
19 lines
319 B
YAML
19 lines
319 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: pyroscope
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- statefulset.yaml
|
|
- service.yaml
|
|
- ingress-tailscale.yaml
|
|
|
|
images:
|
|
- name: grafana/pyroscope
|
|
newTag: "1.13.3"
|
|
|
|
configMapGenerator:
|
|
- name: pyroscope-config
|
|
files:
|
|
- config.yaml
|