From 9fba9adbc488372cdecb2ed702119d3e62a13f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= Date: Wed, 14 Sep 2022 08:58:56 -0300 Subject: [PATCH] Add changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juraci Paixão Kröhling --- unreleased/13649-loki-convert.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 unreleased/13649-loki-convert.yaml diff --git a/unreleased/13649-loki-convert.yaml b/unreleased/13649-loki-convert.yaml new file mode 100644 index 000000000000..0bce508498a0 --- /dev/null +++ b/unreleased/13649-loki-convert.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: loki + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Split the conversion OTLP -> Loki into its own package + +# One or more tracking issues related to the change +issues: [13649] + +# (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: \ No newline at end of file