docs: Clean up the community component docs#5307
Merged
clayton-cornell merged 10 commits intomainfrom Feb 17, 2026
Merged
Conversation
Contributor
|
💻 Deploy preview deleted (docs: Clean up the community component docs). |
jharvey10
previously approved these changes
Jan 23, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request cleans up community component documentation to improve consistency and remove incorrect experimental stability indicators from community components.
Changes:
- Removed
stage: experimentalmetadata from three community component documentation files - Removed experimental stability shared text blocks that were incorrectly included alongside community stability blocks
- Added a link to the Community components documentation in the shared community stability content
- Applied formatting improvements including whitespace cleanup and consistent table formatting
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/sources/shared/stability/community.md | Added link to Community components page and blank line for better formatting |
| docs/sources/reference/components/pyroscope/pyroscope.enrich.md | Removed experimental metadata and shared block; cleaned up trailing whitespace and reformatted tables |
| docs/sources/reference/components/otelcol/otelcol.receiver.googlecloudpubsub.md | Removed experimental metadata and reformatted table separators |
| docs/sources/reference/components/otelcol/otelcol.receiver.awsecscontainermetrics.md | Removed experimental metadata and shared block; cleaned up trailing whitespace and reformatted tables |
dehaansa
reviewed
Jan 23, 2026
docs/sources/reference/components/otelcol/otelcol.receiver.awsecscontainermetrics.md
Outdated
Show resolved
Hide resolved
docs/sources/reference/components/pyroscope/pyroscope.enrich.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
Author
|
Not backporting this PR. There's changes to components that are in |
docs/sources/reference/components/otelcol/otelcol.receiver.prometheus.md
Show resolved
Hide resolved
docs/sources/reference/components/otelcol/otelcol.receiver.prometheus.md
Outdated
Show resolved
Hide resolved
Contributor
Author
|
Broken links are fixed Fixed the two incorrectly labeled experimental components (they were labeled as community) Updated the status of |
docs/sources/reference/components/otelcol/otelcol.receiver.awsecscontainermetrics.md
Show resolved
Hide resolved
dehaansa
approved these changes
Feb 17, 2026
grafana-alloybot bot
pushed a commit
that referenced
this pull request
Feb 17, 2026
Clean up the community component doc metadata and add links * Removed `stage: experimental` metadata line * Removed shared text element for "Experimental" * Added link to Community components docs in the shared text block for community contributions Other changes: * Removed some empty spaces at the end of lines, in tables, and empty lines in code samples * Formatted some table spacing * Fixed the status of `otel.receiver.promethus` * The `prometheus.go` file says `Stability: featuregate.StabilityGenerallyAvailable`, on line 34. Updated docs to state GA. * Line 136 in `prometheus.go` says `enableNativeHistograms = c.opts.MinStability.Permits(featuregate.StabilityPublicPreview)`. Updated note to state Public Preview flag is needed to enable this feature * Added a `debug_metrics` block to the Block documentaiton section because of line 49 in `prometheus.go` which states `DebugMetrics otelcolCfg.DebugMetricsArguments alloy:"debug_metrics,block,optional"` ## Not done: * Add community content owners to CODEOWNERS Fixes: #5168 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> (cherry picked from commit 7320bd4)
clayton-cornell
added a commit
that referenced
this pull request
Feb 17, 2026
## Backport of #5307 This PR backports #5307 to release/v1.13. ### Original PR Author @clayton-cornell ### Description Clean up the community component doc metadata and add links * Removed `stage: experimental` metadata line * Removed shared text element for "Experimental" * Added link to Community components docs in the shared text block for community contributions Other changes: * Removed some empty spaces at the end of lines, in tables, and empty lines in code samples * Formatted some table spacing * Fixed the status of `otel.receiver.promethus` * The `prometheus.go` file says `Stability: featuregate.StabilityGenerallyAvailable`, on line 34. Updated docs to state GA. * Line 136 in `prometheus.go` says `enableNativeHistograms = c.opts.MinStability.Permits(featuregate.StabilityPublicPreview)`. Updated note to state Public Preview flag is needed to enable this feature * Added a `debug_metrics` block to the Block documentaiton section because of line 49 in `prometheus.go` which states `DebugMetrics otelcolCfg.DebugMetricsArguments alloy:"debug_metrics,block,optional"` ## Not done: * Add community content owners to CODEOWNERS Fixes: #5168 --- *This backport was created automatically.* Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
jharvey10
pushed a commit
that referenced
this pull request
Feb 26, 2026
Clean up the community component doc metadata and add links * Removed `stage: experimental` metadata line * Removed shared text element for "Experimental" * Added link to Community components docs in the shared text block for community contributions Other changes: * Removed some empty spaces at the end of lines, in tables, and empty lines in code samples * Formatted some table spacing * Fixed the status of `otel.receiver.promethus` * The `prometheus.go` file says `Stability: featuregate.StabilityGenerallyAvailable`, on line 34. Updated docs to state GA. * Line 136 in `prometheus.go` says `enableNativeHistograms = c.opts.MinStability.Permits(featuregate.StabilityPublicPreview)`. Updated note to state Public Preview flag is needed to enable this feature * Added a `debug_metrics` block to the Block documentaiton section because of line 49 in `prometheus.go` which states `DebugMetrics otelcolCfg.DebugMetricsArguments alloy:"debug_metrics,block,optional"` ## Not done: * Add community content owners to CODEOWNERS Fixes: #5168 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Clean up the community component doc metadata and add links
stage: experimentalmetadata lineOther changes:
otel.receiver.promethusprometheus.gofile saysStability: featuregate.StabilityGenerallyAvailable, on line 34. Updated docs to state GA.prometheus.gosaysenableNativeHistograms = c.opts.MinStability.Permits(featuregate.StabilityPublicPreview). Updated note to state Public Preview flag is needed to enable this featuredebug_metricsblock to the Block documentaiton section because of line 49 inprometheus.gowhich statesDebugMetrics otelcolCfg.DebugMetricsArguments alloy:"debug_metrics,block,optional"Not done:
Fixes: #5168