diff --git a/CHANGELOG.md b/CHANGELOG.md index 03dafc468d5a4..ff12d4eafb1ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -341,7 +341,6 @@ This version has been skipped. - `jmxreceiver`: Add latest releases of jmx metrics gatherer & wildfly jar to supported jars hash list (#11134) - `rabbitmqreceiver`: Add integration test for rabbitmq receiver (#10865) - `transformprocessor`: Allow using trace_state with key-value struct (#11029) -- `prometheusexporter` : Added a feature to prometheusexporter to export exemplars along with histogram metrics. ### 🧰 Bug fixes 🧰 diff --git a/unreleased/prometheusexporter-exemplars.yaml b/unreleased/prometheusexporter-exemplars.yaml new file mode 100644 index 0000000000000..35733ee3ef0db --- /dev/null +++ b/unreleased/prometheusexporter-exemplars.yaml @@ -0,0 +1,16 @@ +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: enhancement + +# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) +component: prometheusexporter + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Adds a feature to prometheusexporter that enables it to export exemplars along with histogram metrics. + +# One or more tracking issues related to the change +issues: [] + +# (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: