docs: Clean up the community component docs [backport]#5562
Merged
clayton-cornell merged 1 commit intorelease/v1.13from Feb 17, 2026
Merged
docs: Clean up the community component docs [backport]#5562clayton-cornell merged 1 commit intorelease/v1.13from
clayton-cornell merged 1 commit intorelease/v1.13from
Conversation
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)
Contributor
|
💻 Deploy preview deleted (docs: Clean up the community component docs [backport]). |
clayton-cornell
approved these changes
Feb 17, 2026
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.
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
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
This backport was created automatically.