-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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/prometheus_remote_write] add new receive v1 #33943
[receiver/prometheus_remote_write] add new receive v1 #33943
Conversation
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.
@tomatopunk please split this PR according to https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#adding-new-components. The first PR adding the new receiver should not include any functionality, just a no-op skeleton of the new component.
ok, after spiltting pr #33963 |
Description:
add new receiver component, prometheus remote write write v1.
Link to tracking Issue: #33782
Testing: New receiver can consume the prometheus remote write protocol v1.x
Documentation: Markdown README with config description added