From cb4ab762eb641ab1bb2e387aad95e0b07eb4dfdd Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Sun, 16 Mar 2025 23:45:38 -0700 Subject: [PATCH] [contrib] add saphana receiver --- .chloggen/add_saphana.yaml | 26 +++++++++++++++++++++ distributions/otelcol-contrib/manifest.yaml | 1 + 2 files changed, 27 insertions(+) create mode 100644 .chloggen/add_saphana.yaml diff --git a/.chloggen/add_saphana.yaml b/.chloggen/add_saphana.yaml new file mode 100644 index 000000000..78a4321de --- /dev/null +++ b/.chloggen/add_saphana.yaml @@ -0,0 +1,26 @@ +# 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: contrib + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Add saphana receiver + +# One or more tracking issues or pull requests related to the change +issues: [876] + +# (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: [] + diff --git a/distributions/otelcol-contrib/manifest.yaml b/distributions/otelcol-contrib/manifest.yaml index 6990ef5b4..b69090c26 100644 --- a/distributions/otelcol-contrib/manifest.yaml +++ b/distributions/otelcol-contrib/manifest.yaml @@ -187,6 +187,7 @@ receivers: - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/receivercreator v0.122.0 - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/redisreceiver v0.122.0 - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/riakreceiver v0.122.0 + - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/saphanareceiver v0.122.0 - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/sapmreceiver v0.122.0 - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/signalfxreceiver v0.122.0 - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/simpleprometheusreceiver v0.122.0