You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The opentelemetry plugin ignores the configured header preference on incoming requests and emits warning logs whenever a request with mismatching headers is received.
Expected Behavior
The plugin should only ingest trace headers of the configured type and silently ignore incoming request headers of all other trace types.
Steps To Reproduce
Configure the opentelemetry plugin with a specific type (eg header_type: datadog).
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Kong version (
$ kong version
)Kong 3.5.0.0-ent
Current Behavior
The
opentelemetry
plugin ignores the configured header preference on incoming requests and emits warning logs whenever a request with mismatching headers is received.Expected Behavior
The plugin should only ingest trace headers of the configured type and silently ignore incoming request headers of all other trace types.
Steps To Reproduce
Configure the opentelemetry plugin with a specific type (eg
header_type: datadog
).Anything else?
No response
The text was updated successfully, but these errors were encountered: