diff --git a/.chloggen/add-pprof-healthcheck-to-ebpf-distro.yaml b/.chloggen/add-pprof-healthcheck-to-ebpf-distro.yaml new file mode 100644 index 000000000..df6e7fc05 --- /dev/null +++ b/.chloggen/add-pprof-healthcheck-to-ebpf-distro.yaml @@ -0,0 +1,23 @@ +# 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: ebpf-profiler + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Add the `healthcheck` and `pprof` extensions to the ebpf-profiler distribution + +# One or more tracking issues or pull requests related to the change +issues: [1274] + +# (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] diff --git a/distributions/otelcol-ebpf-profiler/manifest.yaml b/distributions/otelcol-ebpf-profiler/manifest.yaml index 6a10903cd..05b83eb43 100644 --- a/distributions/otelcol-ebpf-profiler/manifest.yaml +++ b/distributions/otelcol-ebpf-profiler/manifest.yaml @@ -8,6 +8,8 @@ dist: extensions: - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampextension v0.140.1 + - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckextension v0.140.1 + - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/extension/pprofextension v0.140.1 exporters: - gomod: go.opentelemetry.io/collector/exporter/debugexporter v0.140.0