Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a67f7a7
Document Grafana and OpenTelemetry on Control Plane
justin808 Jun 2, 2026
7a7a87a
Merge remote-tracking branch 'origin/main' into docs/grafana-opentele…
justin808 Jun 4, 2026
91ec978
Address Grafana OpenTelemetry docs review
justin808 Jun 4, 2026
d7b6ed2
Clarify OpenTelemetry guide examples
justin808 Jun 4, 2026
9382d3c
Use standard OTel endpoint in guide
justin808 Jun 4, 2026
0c75adc
Tighten collector guide examples
justin808 Jun 4, 2026
b15fb5e
Clarify OpenTelemetry rollout guide
justin808 Jun 4, 2026
a185feb
Address rollout guide review notes
justin808 Jun 4, 2026
0df9d21
Tighten collector guide examples
justin808 Jun 4, 2026
c18c9ae
Clarify collector validation guidance
justin808 Jun 4, 2026
3c44c92
Clarify spanmetrics validation notes
justin808 Jun 8, 2026
0bb5821
Merge remote-tracking branch 'origin/main' into docs/grafana-opentele…
justin808 Jun 8, 2026
8e8cca3
Clarify OpenTelemetry initializer example
justin808 Jun 8, 2026
400e784
Clarify OpenTelemetry collector and initializer edge cases
justin808 Jun 9, 2026
f6e4a19
Document collector pipeline wiring and copy-paste safety notes
justin808 Jun 10, 2026
4b9271e
Fix OTLP default port and IsRootSpan version in OpenTelemetry guide
justin808 Jun 10, 2026
fe992df
Simplify OpenTelemetry guide and add cross-links to existing docs
justin808 Jun 10, 2026
62ed600
Address OpenTelemetry guide review: env contradiction, hashing, sampl…
justin808 Jun 14, 2026
c00658d
Keep status.code as a spanmetrics dimension so error rate is derivable
justin808 Jun 14, 2026
4596591
Add batch to traces pipeline and an alert for a no-op filter
justin808 Jun 14, 2026
46cfda2
Merge remote-tracking branch 'origin/main' into docs/grafana-opentele…
justin808 Jul 1, 2026
43cd1d0
Address Grafana telemetry review feedback
justin808 Jul 1, 2026
27872fa
Merge main into Grafana OpenTelemetry docs
justin808 Jul 1, 2026
2c6b473
Align Grafana telemetry docs with telemetry guide
justin808 Jul 1, 2026
d70fa66
Address Grafana telemetry review followups
justin808 Jul 1, 2026
5129e2b
Address final Grafana telemetry review
justin808 Jul 1, 2026
d00cf93
Align Grafana guide collector examples
justin808 Jul 1, 2026
9a972c9
Complete Grafana telemetry config guidance
justin808 Jul 1, 2026
a442eca
Complete Grafana collector config example
justin808 Jul 1, 2026
a56caa3
Keep Grafana collector examples in sync
justin808 Jul 1, 2026
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ In addition to the standard keepachangelog.com categories, this project uses a l
### Added

- **Added generic telemetry documentation for deploying an OpenTelemetry Collector with Control Plane Flow**, including collector workload templates, application instrumentation, telemetry pipelines, review-app isolation, and troubleshooting guidance. [PR 369](https://github.com/shakacode/control-plane-flow/pull/369) by [Justin Gordon](https://github.com/justin808).
- **Added a Rails-focused Grafana and OpenTelemetry guide for building Control Plane dashboards from generated span and log metrics**, including collector workload guidance, spanmetrics setup, rollout order, alerting, and validation checklists. [PR 352](https://github.com/shakacode/control-plane-flow/pull/352) by [Justin Gordon](https://github.com/justin808).

## [5.1.1] - 2026-06-03

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Additionally, the documentation includes numerous examples and practical tips fo
16. [Migrating Redis Database from Heroku Infrastructure](https://www.shakacode.com/control-plane-flow/docs/redis/)
17. [Tips](https://www.shakacode.com/control-plane-flow/docs/tips/)
18. [Thruster HTTP/2 Proxy on Control Plane](https://www.shakacode.com/control-plane-flow/docs/thruster/)
19. [Grafana and OpenTelemetry on Control Plane](https://www.shakacode.com/control-plane-flow/docs/grafana-opentelemetry/)

## Key Features

Expand Down
Loading
Loading