From 77cae28bdf338e6ca33ad93c59913425cb3a14ce Mon Sep 17 00:00:00 2001 From: Ruben Vargas Date: Tue, 9 Apr 2024 00:06:04 -0600 Subject: [PATCH] Add changelog Signed-off-by: Ruben Vargas --- .chloggen/usage_metrics.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 .chloggen/usage_metrics.yaml diff --git a/.chloggen/usage_metrics.yaml b/.chloggen/usage_metrics.yaml new file mode 100755 index 0000000000..889845e1ec --- /dev/null +++ b/.chloggen/usage_metrics.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. collector, target allocator, auto-instrumentation, opamp, github action) +component: collector + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Add usage metrics for the collector + +# One or more tracking issues related to the change +issues: [2829] + +# (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: