This drop adds:
- Parser skeletons: Cassandra CQL, Postgres Simple Query, Kafka detector.
- Grafana dashboard: RED + agent health with exemplar-ready panels.
- GitHub Actions CI: lint, test, govulncheck, BPF build, Docker image build, Helm lint.
- Helm chart: DaemonSet + Service + ServiceMonitor + RBAC.
go mod tidy
make build
./telegen --config ./api/config.example.yaml
# optional: make bpf # build CO-RE BPF .o files for ringbuf path
helm install telegen ./deployments/helm
Import dashboards/telegen-red-grafana.json
into Grafana. Panels include queue pressure, exporter failures, latency p90,
and request-rate placeholders. To enable exemplars (trace links), ensure Prometheus has exemplar storage enabled and your
OTLP traces include span IDs that your backend can reference.