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

Component #1823

Open
wants to merge 34 commits into
base: dev.new-wal
Choose a base branch
from
Open

Component #1823

wants to merge 34 commits into from

Conversation

mattdurham
Copy link
Collaborator

@mattdurham mattdurham commented Oct 3, 2024

This is the last PR, aside from the merge to main. This ties everything together and exposes the component. Most of this are very expansive tests. I am likely to change the metrics in subsequent PRs so dont get to in detail about them.

Things to do that I will do after this large merge and create tickets for each.

  • Add support for TLS
  • Rethink the metrics and the approach.
  • Add metadata support, this requires exposing additional properties on the scrape itself.
  • Add hook to not use labelstore if not running any remote_write components.

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.

First high level pass of the docs. I'll go through again once the ToDos are added

@mattdurham mattdurham marked this pull request as draft October 4, 2024 03:10
mattdurham and others added 15 commits October 4, 2024 08:55
….queue.md

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
….queue.md

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
….queue.md

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
….queue.md

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
….queue.md

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
….queue.md

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
….queue.md

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
@mattdurham mattdurham marked this pull request as ready for review October 8, 2024 20:52
@mattdurham mattdurham changed the title WIP: Component Component Oct 8, 2024
mattdurham and others added 6 commits October 9, 2024 08:27
….queue.md

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
….queue.md

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
….queue.md

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
….queue.md

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
….queue.md

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
….queue.md

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
`prometheus.remote.queue` will retry sending data if the following errors or HTTP status codes are returned:

* Network errors.
* HTTP 429 error.s
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* HTTP 429 error.s
* HTTP 429 errors.

Ooops.. transposed the full stop and the last letter in the suggestion, this fixes it.

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.

Approving for docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants