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

send-remote-write feature #411

Closed
wants to merge 2 commits into from
Closed

Conversation

beliaev-maksim
Copy link
Member

closes #353

Added functionality for send-remote-write

When two Prometheuses are related to one another via receive-remote-write, then all the alerts from the 1st prometheus should be forwarded to the second.

Prometheus (prometheus-receiver) that provides receive-remote-write relation provides /api/v1/write API endpoint that will be consumed by Prometheus (prometheus-sender) that requires send-remote-write relation. Later, prometheus-sender will write all the data it receives from applications to the provided API endpoint of prometheus-receiver.

For more information please refer to INTEGRATION.md diagram

Co-authored-by: Leon [email protected]
Co-authored-by: Ryan Barry [email protected]

beliaev-maksim and others added 2 commits December 5, 2022 19:08
Added functionality for send-remote-write

When two Prometheuses are related to one another via `receive-remote-write`,
then all the alerts from the 1st prometheus should be forwarded to the second.

Prometheus (prometheus-receiver) that provides `receive-remote-write` relation
provides `/api/v1/write` API endpoint that will be consumed by Prometheus (prometheus-sender)
that requires `send-remote-write` relation. Later, `prometheus-sender` will write all the data
it receives from applications to the provided API endpoint of `prometheus-receiver`.

For more information please refer to INTEGRATION.md diagram


Co-authored-by: Leon <[email protected]>
Co-authored-by: Ryan Barry <[email protected]>
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.

Add support for remote writing from one Prometheus to another
1 participant