Skip to content

General updates and corrections to the Alloy Component docs part 7 #3706

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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

clayton-cornell
Copy link
Contributor

This PR is part of a series of PRs that aim to catch a few minor typos and errors that have crept into the docs through all the recent refactoring and updates.

Most corrections are minor:

  • fix occasional typos
  • sort out some table formatting that was missed or has shown up from other unrelated edits
  • remove some extra spaces at the start/end of lines

This PR also includes validating the args etc. against the source files (as a double check to make sure everything matches). Some corrections include correcting data types to match what's documented and removing quotes from default values on int and duration types.

@clayton-cornell clayton-cornell requested a review from a team May 26, 2025 20:16
@clayton-cornell clayton-cornell added the type/docs Docs Squad label across all Grafana Labs repos label May 26, 2025
@clayton-cornell clayton-cornell marked this pull request as draft May 26, 2025 20:16
Copy link
Contributor

github-actions bot commented May 26, 2025

| Name | Type | Description | Default | Required |
| ---------------- | ----------------------- | ----------------------------------------------------------------------- | -------- | -------- |
| `forward_to` | `list(MetricsReceiver)` | Where the metrics should be forwarded to, after relabeling takes place. | | yes |
| `max_cache_size` | `int` | The maximum number of elements to hold in the relabeling cache. | `100000` | no |
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is this correct to drop the comma in the number?

@clayton-cornell clayton-cornell marked this pull request as ready for review May 26, 2025 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/docs Docs Squad label across all Grafana Labs repos
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant