-
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
[receiver/prometheusremotewrite] Add component skeleton #35295
Conversation
Yeah, I noticed all this wrong stuff in the owners but I'm struggling to understand how the automation works here. I was hoping to see CI failures and then a useful error message that shows me how to fix it :) |
Try running the |
279bd63
to
6839df6
Compare
I just did, it solved a few problems but apparently didn't re-generate the README file. Let me see what CI tells me now |
6839df6
to
fd68009
Compare
477d6f6
to
38dbe7c
Compare
5ebc9f3
to
46e1fb3
Compare
You should add a changelog entry |
9f3d23e
to
6c46113
Compare
Signed-off-by: Arthur Silva Sens <[email protected]>
6c46113
to
d31ef14
Compare
Finally got the CI green 😁, should be ready for a review |
hey @dashpole, just double checking... is anything missing from my side here? |
@ArthurSens have you already started the process to join the OpenTelemetry org? See https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner for more details |
No I did not, totally forgot about that lol I'm start the process now |
…ry#35295) **Description:** Add skeleton for Prometheus Remote-Write Receiver. With the release of PrometheusRemoteWritev2, there's commitment from the Prometheus team to implement and maintain this component :) prometheus/prometheus#12633 (comment) **Link to tracking Issue:** open-telemetry#33782 Signed-off-by: Arthur Silva Sens <[email protected]>
Description:
Add skeleton for Prometheus Remote-Write Receiver. With the release of PrometheusRemoteWritev2, there's commitment from the Prometheus team to implement and maintain this component :)
prometheus/prometheus#12633 (comment)
Link to tracking Issue: #33782