pipeline: inputs: prometheus-remote-write: general cleanup - #1842
Merged
alexakreizinger merged 3 commits intoJul 3, 2025
Conversation
Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
cnorris-cs
reviewed
Jul 3, 2025
| # Prometheus remote write | ||
|
|
||
| This input plugin allows you to ingest a payload in the Prometheus remote-write format, i.e. a remote write sender can transmit data to Fluent Bit. | ||
| The _Prometheus remote write_ input plugin lets you ingest a payload in the Prometheus remote-write format. A remote-write sender can transmit data to Fluent Bit. |
Contributor
There was a problem hiding this comment.
Should "remote-write" be hyphenated like that?
Member
Author
There was a problem hiding this comment.
that's how the prometheus remote-write protocol spec formats it, so I think so: https://prometheus.io/docs/specs/prw/remote_write_spec/
Member
Author
There was a problem hiding this comment.
actually, looking at this again, they're somewhat inconsistent. but I think it makes sense to hyphenate :P
cnorris-cs
reviewed
Jul 3, 2025
cnorris-cs
reviewed
Jul 3, 2025
|
|
||
| With the above configuration, Fluent Bit will listen on port `8080` for data. | ||
| You can now send payloads in Prometheus remote write format to the endpoint `/api/prom/push`. | ||
| These sample configurations configure Fluent Bit to listen for data on port `8080`. You can send payloads in Prometheus remote-write format to the endpoint `/api/prom/push`. |
Contributor
There was a problem hiding this comment.
Same comment here about hyphenation.
cnorris-cs
approved these changes
Jul 3, 2025
cnorris-cs
left a comment
Contributor
There was a problem hiding this comment.
I left comments and suggestions, but I've added my approval based on those to keep this moving.
Co-authored-by: Craig Norris <112565517+cnorris-cs@users.noreply.github.com> Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
…t-docs-pipeline-inputs-prometheus Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
alexakreizinger
deleted the
alexakreizinger/sc-136196/update-fluent-bit-docs-pipeline-inputs-prometheus
branch
July 3, 2025 17:35
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
this PR is part of the effort to meet guidelines for style, clarity, and consistency.