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

Support Prometheus as a Sink storage (remote-write model) #3028

Open
dlvenable opened this issue Jul 13, 2023 · 0 comments
Open

Support Prometheus as a Sink storage (remote-write model) #3028

dlvenable opened this issue Jul 13, 2023 · 0 comments
Labels
enhancement New feature or request plugin - sink A plugin to write data to a destination.

Comments

@dlvenable
Copy link
Member

Is your feature request related to a problem? Please describe.

I'd like to push metrics to Prometheus.

Describe the solution you'd like

Provide a prometheus sink which can support push.

sink:
  - prometheus:
       model: push
       endpoint: http://localhost:2090

Additional context

This is complementary to #1744.

@dlvenable dlvenable added enhancement New feature or request plugin - sink A plugin to write data to a destination. and removed untriaged labels Jul 13, 2023
@dlvenable dlvenable changed the title Support Prometheus as a Sink (push-based model) Support Prometheus as a Sink storage (push-based model) Jul 17, 2023
@dlvenable dlvenable changed the title Support Prometheus as a Sink storage (push-based model) Support Prometheus as a Sink storage (remote-write model) Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request plugin - sink A plugin to write data to a destination.
Projects
Development

No branches or pull requests

1 participant