-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Prometheus remote-write receiver] Create a receiver to send metrics using Prometheus remote-write API #10358
Comments
cc @Aneurysm9 |
We discussed adding prometheus remote write capabilities to the receiver on the SIG meeting today. Everyone agrees that we need it. It should be implemented as another receiver called |
Nice feature ! With this one we could use the whole Prometheus Operator stack and OpenTelemetry together. |
We are still looking for contributors to implement this. @nlamirault @carlosjgp let us know if you are interested in doing it |
@dmitryax IIUC, the following works has to be done for this,
May be I can give a try if nobody is actively working on this. |
@arajkumar, @kovrus will work on this one, but your help is appreciated I reviewing the PR once it's ready and in trying it out. |
I realized that we do not have a formal new component proposal for this. From #14751, this is the proposed configuration for this component: receivers:
prometheusremotewrite:
endpoint: 0.0.0.0:19291 @adamkubon, @norbertwnuk, are you committed to being code maintainers for this module? If so, we just need a sponsor for this component, which would be a current approver willing to be a "backup" code owner. The process is outlined here: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#adding-new-components |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
@adamkubon are you still working on this? |
@fatsheep9146 #14751 tracking issue for this component. Shall we close #10358? |
Ok :) |
Hello team, I hope you are all doing well. The tracking issue #14751 was closed because this component did not have a sponsor. I am requesting to re-open this proposal, as I will continue the work. I have found a sponsor, @andrzej-stencel |
Is your feature request related to a problem? Please describe.
We are trying to design an architecture where the metrics, traces and logs collectors have as a little CPU and memory footprint as possible on the K8s clusters where we deploy them
Describe the solution you'd like
Create a receiver that is able to expose a port compatible with Prometheus Remote writer API so I can still use Prometheus capabilities to collect metrics and OTEL agent to receive traces, decorate (processors) and route them to the correct tracing, metrics and logging storage
Describe alternatives you've considered
Use OTEL agent to collect metrics as a Prometheus replacement but Rules are not part of the integration and I also use PrometheusOperator, which seems to have a receiver proposal but still no Rules support.
Prometheus Rules are evaluated per cluster and sent to the centralised cluster where Thanos Ruler will evaluate them and contact AlertManager
For now, I'll send the metrics directly from Prometheus to Thanos receive over HTTPS with TLS auth
Additional context
The text was updated successfully, but these errors were encountered: