From 37256b48364fbd9b5ce635693b1762f41ce7ab1a Mon Sep 17 00:00:00 2001 From: Prashansa Kulshrestha Date: Thu, 17 Oct 2024 13:42:40 +0530 Subject: [PATCH] chore: fixed test and changelog file formatting --- changelog/unreleased/kong/otel-plugin-schema-update.yml | 4 +++- spec/03-plugins/37-opentelemetry/04-exporter_spec.lua | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog/unreleased/kong/otel-plugin-schema-update.yml b/changelog/unreleased/kong/otel-plugin-schema-update.yml index f2e3ade6af63..27e1c7f8a1bb 100644 --- a/changelog/unreleased/kong/otel-plugin-schema-update.yml +++ b/changelog/unreleased/kong/otel-plugin-schema-update.yml @@ -1,3 +1,5 @@ -message: Added replaced_with in deprecation fields to show the new config path to use instead of the deprecated fields in the schema +message: | + Added "replaced_with" in deprecation fields to show the new config path to use instead + of the deprecated fields in the opentelemetry plugin schema. type: bugfix scope: Plugin \ No newline at end of file diff --git a/spec/03-plugins/37-opentelemetry/04-exporter_spec.lua b/spec/03-plugins/37-opentelemetry/04-exporter_spec.lua index b01e717fe6b1..3914a6a127b5 100644 --- a/spec/03-plugins/37-opentelemetry/04-exporter_spec.lua +++ b/spec/03-plugins/37-opentelemetry/04-exporter_spec.lua @@ -808,7 +808,7 @@ for _, strategy in helpers.each_strategy() do }, { "opentelemetry" })) setup_instrumentations("all", { - endpoint = "{vault://env/test_otel_endpoint}", + traces_endpoint = "{vault://env/test_otel_endpoint}", headers = { ["X-Access-Key"] = "{vault://env/test_otel_access_key}", ["X-Access-Secret"] = "{vault://env/test_otel_access_secret}",