Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix getting 404 response when observability is enabled #3673

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

Bhashinee
Copy link
Member

Purpose

Fixes: #3604

User stories tested

Without configuring versions

  • /hometest/v1/test

  • /hometest/v2/test

  • /hometest

  • home/te

  • home/test

  • With 2 car files deployed as /membership/mcu/transfer-out and /membership/overview

With configured versions

  • same version(1.0.0) configured as context

    • /context
    • /context/help
    • With path params
      • /context/hello/{pathParam}
    • With query params
      • /context/hello?token={tokenVal}
  • version configured as URL

    • /url

@Bhashinee Bhashinee merged commit e2be222 into wso2:master Oct 9, 2024
5 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: 404 Errors for APIs after enabling CustomObservabilityHandler
2 participants