HOMELAB-1092: Connect pi-otel-telemetry to homelab observability stack #213

Merged
aaron merged 1 commit from plane/HOMELAB-1092-otel-homelab-integration into live 2026-06-06 06:40:56 +00:00
Owner

Summary

Connect the pi-otel-telemetry extension (currently sending traces to local Docker Compose) to the homelab's production observability stack via Gateway API routing.

Changes

  • Gateway Route: Add HTTPRoute for otel.aaron.reynoza.orgopentelemetry-collector:4318
  • Agent Telemetry Dashboard: 8-panel TraceQL Grafana dashboard (ticket traces, user attribution, tool errors, session duration, Paperclip runs)
  • Tempo datasource: Add uid: tempo and search.hide: false for TraceQL support
  • Tempo metrics_generator: Add span-metrics processor for TraceQL aggregation queries

Verification

  1. kubectl get httproute otel-collector -n monitoring
  2. curl -v https://otel.aaron.reynoza.org
  3. pi-otel-telemetry sends traces to https://otel.aaron.reynoza.org
  4. Grafana → Agent Telemetry dashboard renders TraceQL panels

Refs: HOMELAB-1092

## Summary Connect the pi-otel-telemetry extension (currently sending traces to local Docker Compose) to the homelab's production observability stack via Gateway API routing. ## Changes - **Gateway Route**: Add HTTPRoute for `otel.aaron.reynoza.org` → `opentelemetry-collector:4318` - **Agent Telemetry Dashboard**: 8-panel TraceQL Grafana dashboard (ticket traces, user attribution, tool errors, session duration, Paperclip runs) - **Tempo datasource**: Add `uid: tempo` and `search.hide: false` for TraceQL support - **Tempo metrics_generator**: Add span-metrics processor for TraceQL aggregation queries ## Verification 1. `kubectl get httproute otel-collector -n monitoring` 2. `curl -v https://otel.aaron.reynoza.org` 3. pi-otel-telemetry sends traces to `https://otel.aaron.reynoza.org` 4. Grafana → Agent Telemetry dashboard renders TraceQL panels Refs: HOMELAB-1092
feat(observability): connect pi-otel-telemetry to homelab stack
Some checks failed
0/0 projects applied successfully.
CI Review / pr-title (pull_request) Has been cancelled
CI Review / helm-validate (pull_request) Has been cancelled
CI Review / ai-review (pull_request) Has been cancelled
Lint & Validate / terraform-validate (pull_request) Has been cancelled
Lint & Validate / yaml-lint (pull_request) Has been cancelled
Lint & Validate / shellcheck (pull_request) Has been cancelled
e05c29f559
- Add Gateway API HTTPRoute for otel.aaron.reynoza.org -> otel-collector:4318
- Add Agent Telemetry Grafana dashboard (TraceQL panels)
- Add Tempo datasource uid 'tempo' and search.hide=false
- Add metrics_generator to Tempo for TraceQL metrics support
- Refs: HOMELAB-1092
aaron merged commit b9b4df23c0 into live 2026-06-06 06:40:56 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aaron/infra-core!213
No description provided.