Skip to content
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/images/telemetry/calculate_field.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/telemetry/filter_by_values.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions assets/images/telemetry/mermaid-workflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
graph TD
subgraph pipeline[Top level pipeline - pr.yaml]
A[GitHub Actions Workflow Starts] --> setup
subgraph setup[telemetry-setup job - shared-actions call]
C[Load Base Environment Variables global to all jobs]
C --> D[Stash Variables for Later Use]
end
setup --> workflows

subgraph workflows[Build/test - matrix shared-workflows calls]
F[Load Stashed Variables]
F --> G[Run Build/Test Commands]
G --> H[Add Matrix Attributes, Files]
H --> I[Stash Job Metadata]
end

workflows --> J[All Matrix Jobs Complete]
subgraph summarize[telemetry-summarize job - shared-actions call]
L[Parse GitHub Actions Job Metadata]
L --> M[Associate Jobs with Attributes]
M --> N[Send Data via OpenTelemetry SDK]
end
J --> summarize
end
summarize --> O[Vector Forwarder]
O --> P[Tempo Server<br/>with mTLS Authentication]

P --> R[TraceQL Queries<br/>Grafana Dashboard]

style L fill:#e1f5fe
style M fill:#e1f5fe
style N fill:#e1f5fe

style O fill:#fff3e0
style P fill:#fff3e0
style R fill:#e8f5e8

classDef group_headers white-space: nowrap
class pipeline group_headers
class summarize group_headers
class setup group_headers
class workflows group_headers

style pipeline fill:#e1f5fe
Binary file added assets/images/telemetry/mermaid-workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/telemetry/panel_query.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
521 changes: 521 additions & 0 deletions resources/telemetry.md

Large diffs are not rendered by default.