-
Notifications
You must be signed in to change notification settings - Fork 320
feat: telegraf-controller scaffolding #6625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
sanderson
commented
Dec 12, 2025
- Base changes for the introduction of Telegraf Controller
- Leaves page templates and TODOs for Telegraf controller docs
- Updates dropdown nav to include Telegraf Controller
- Updates logic for including the platform reference in the side nav.
- Rebased/mergeable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR introduces scaffolding for Telegraf Controller, a new enterprise product for managing Telegraf deployments at scale. The changes establish the foundational structure for Telegraf Controller documentation while marking it as a private alpha product with appropriate banners and navigation integration.
Key changes:
- Adds Telegraf Controller to the product selector dropdown with alpha state badge
- Creates placeholder documentation pages with frontmatter and TODO markers for future content
- Implements an alpha state banner with sign-up CTA for the private alpha program
- Refactors sidebar platform menu logic from regex to explicit menu key whitelist
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
layouts/partials/topnav/product-selector.html |
Adds Telegraf Controller to product definitions and creates separate "Telegraf" product group with both Telegraf v1 and Controller (alpha) |
layouts/partials/sidebar.html |
Refactors platform menu whitelist from regex pattern to explicit slice of menu keys for better maintainability |
layouts/partials/article/special-state.html |
Updates special state banner to display alpha messaging for Telegraf Controller with sign-up CTA and community feedback channels |
data/products.yml |
Adds telegraf_controller product definition with basic metadata (commented AI fields for future implementation) |
content/telegraf/controller/telegraf-enterprise.md |
Creates placeholder page for Telegraf Enterprise overview with TODO comment |
content/telegraf/controller/labels/_index.md |
Creates placeholder section index for managing labels with cascade draft state |
content/telegraf/controller/install.md |
Creates placeholder page for installation instructions with TODO comment |
content/telegraf/controller/configs/_index.md |
Creates placeholder section index for managing configurations with cascade draft state |
content/telegraf/controller/agents/_index.md |
Creates placeholder section index for managing agents with cascade draft state |
content/telegraf/controller/_index.md |
Creates root documentation page for Telegraf Controller with TODO comment |
assets/styles/layouts/article/blocks/_special-state.scss |
Adds button styling for CTA in special state banners using gradient theme |
PLATFORM_REFERENCE.md |
Updates Telegraf documentation link from v1.36 to v1.37 |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Jason Stirnaman <[email protected]>