From 672882c1a9988a653533bb3314b80b030d40fd00 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Mon, 12 Sep 2022 20:49:32 -0400 Subject: [PATCH] changelog: add entry for #14556 --- .changelog/14556.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/14556.txt diff --git a/.changelog/14556.txt b/.changelog/14556.txt new file mode 100644 index 00000000000..efbd4b59f09 --- /dev/null +++ b/.changelog/14556.txt @@ -0,0 +1,3 @@ +```release-note:improvement +client: expose Nomad attributes to allocations using the `OTEL_RESOURCE_ATTRIBUTES` environment variable +```