diff --git a/changelog/unreleased/kong/otel-plugin-schema-update.yml b/changelog/unreleased/kong/otel-plugin-schema-update.yml index f2e3ade6af631..27e1c7f8a1bb6 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 b01e717fe6b19..3914a6a127b53 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}",