Skip to content

Commit

Permalink
chore: fixed test and changelog file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashansa-K committed Oct 17, 2024
1 parent c881384 commit 37256b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion changelog/unreleased/kong/otel-plugin-schema-update.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion spec/03-plugins/37-opentelemetry/04-exporter_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down

0 comments on commit 37256b4

Please sign in to comment.