add prometheuswritereceiver to contrib collector (#1020)

* add prometheuswritereceiver to contrib collector

* pr 1020

* remove prw to otelcolk8s and otelcol
This commit is contained in:
Jonathan 2025-07-17 11:50:16 -03:00 committed by GitHub
parent 1588c5f88b
commit 8c2ee9dfb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 26 additions and 0 deletions

25
.chloggen/add-prw2.yaml Normal file
View File

@ -0,0 +1,25 @@
# Use this changelog template to create an entry for release notes.
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: 'new_component'
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
component: prometheusremotewritereceiver
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add the prometheusremotewritereceiver component to the contrib collector
# One or more tracking issues or pull requests related to the change
issues: [1020]
# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
# Include 'user' if the change is relevant to end users.
# Include 'api' if there is a change to a library API.
# Default: '[user]'
change_logs: [user]

View File

@ -195,6 +195,7 @@ receivers:
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/podmanreceiver v0.130.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/postgresqlreceiver v0.130.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.130.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusremotewritereceiver v0.130.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/purefareceiver v0.130.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/purefbreceiver v0.130.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/pulsarreceiver v0.130.0