-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add prometheus remote write serializer #8360
Add prometheus remote write serializer #8360
Conversation
Hi @ssoroka I create a new PR for explore remote write serializer if we prefer or not a dedicated serializer. This serializer use some functions from Prometheus serializer when it's possible. sometime it's the same fonction copied with type changed |
f7cfccb
to
d287e96
Compare
@ssoroka I think dedicated serializer is less intrusive and more maintainable |
d287e96
to
b5d7a30
Compare
Thanks for this. Will review it shortly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty complete, just seems to be missing a README, which should show example usage and mention that it's supposed to be used with the http output.
plugins/serializers/prometheus_remote_write/prometheus_remote_write.go
Outdated
Show resolved
Hide resolved
plugins/serializers/prometheus_remote_write/prometheus_remote_write.go
Outdated
Show resolved
Hide resolved
0568171
to
2be0757
Compare
Hi, I was curious if there were plans to get this merged in. Thanks! |
who can merge because this PR is approved ? |
thanks @ssorathia ;-) |
(cherry picked from commit 045c3c1)
Required for all PRs:
Related to #8346
Depends if we prefer used a dedicated serializer or not