Skip to content
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

Update wal doc #1917

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

Update wal doc #1917

wants to merge 2 commits into from

Conversation

mattdurham
Copy link
Collaborator

Update WAL doc and importantly remove reference to password_file since we dont support it, it should be handled by local.file or other functionality.

`parallelism` | `uint` | How many parallel batches to write. | 10 | no
`external_labels` | `map(string)` | Labels to add to metrics sent over the network. | | no
Name | Type | Description | Default | Required
----------------------|------------------------------------------------------|-----------------------------------------------------------------|---------|----------
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Functional change here is using the word long in retry_backoff and flush_interval

@mattdurham mattdurham marked this pull request as ready for review October 17, 2024 18:33
@mattdurham mattdurham added the type/docs Docs Squad label across all Grafana Labs repos label Oct 17, 2024
`url` | `string` | Full URL to send metrics to. | | yes
`write_timeout` | `duration` | Timeout for requests made to the URL. | `"30s"` | no
`retry_backoff` | `duration` | How long to wait between retries. | `1s` | no
`max_retry_attempts` | Maximum number of retries before dropping the batch. | `0` | no
Copy link
Contributor

Choose a reason for hiding this comment

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

Missing the type here.

Copy link
Contributor

@clayton-cornell clayton-cornell left a comment

Choose a reason for hiding this comment

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

Just that one missing column for the data type... otherwise looks good to me.

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.

2 participants