Skip to content
Open
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
20 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
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Additionally, the documentation includes numerous examples and practical tips fo
15. [Migrating Redis Database from Heroku Infrastructure](https://www.shakacode.com/control-plane-flow/docs/redis/)
16. [Tips](https://www.shakacode.com/control-plane-flow/docs/tips/)
17. [Thruster HTTP/2 Proxy on Control Plane](https://www.shakacode.com/control-plane-flow/docs/thruster/)
18. [Grafana and OpenTelemetry on Control Plane](https://www.shakacode.com/control-plane-flow/docs/grafana-opentelemetry/)

## Key Features

Expand Down
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ cpflow terraform import
Regenerates the generated cpflow GitHub Actions wrappers and helper files
from the currently installed cpflow gem. Use this after updating the
cpflow gem so checked-in workflow wrappers move to the matching upstream
release tag, for example `v5.1.0`.
release tag, for example `v5.1.1`.
Comment thread
justin808 marked this conversation as resolved.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version bump from v5.1.0 to v5.1.1 is unrelated to the Grafana/OpenTelemetry documentation added by this PR. Consider moving it to a dedicated gem-update commit/PR to keep the change history clean.


If the existing generated staging workflow uses a custom single staging
branch, the command preserves it. Pass `--staging-branch BRANCH` to set or
Expand Down
Loading
Loading