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

http://localhost:8080/feature/ Page NOT FOUND #1459

Closed
av-nextleap opened this issue Mar 15, 2024 · 3 comments · Fixed by #1461
Closed

http://localhost:8080/feature/ Page NOT FOUND #1459

av-nextleap opened this issue Mar 15, 2024 · 3 comments · Fixed by #1461
Labels
bug Something isn't working

Comments

@av-nextleap
Copy link

Bug Report

Which version of the demo you are using? (please provide either a specific
git clone https://github.com/open-telemetry/opentelemetry-demo.git

Symptom

When this URL is executed --http://localhost:8080/feature/ .. Getting PAGE NOT FOUND.. Rest all the URLs are working

OpenTelemetry Demo is running.
Go to http://localhost:8080 for the demo UI.
Go to http://localhost:8080/jaeger/ui for the Jaeger UI.
Go to http://localhost:8080/grafana/ for the Grafana UI.
Go to http://localhost:8080/loadgen/ for the Load Generator UI.
Go to http://localhost:8080/feature/ for the Feature Flag UI.

What is the expected behavior?

The feature flag PAGE

What is the actual behavior?

PAGE NOT FOUND

Reproduce

  1. git clone https://github.com/open-telemetry/opentelemetry-demo.git
  2. make start
  3. try to hit the URL after the installation is done

We will close this issue if:

  • The steps you provided are complex.
  • If we can not reproduce the behavior you're reporting.

Additional Context

Add any other context about the problem here.

@julianocosta89
Copy link
Member

Hello @av-nextleap,

The feature endpoint was removed from the demo on this PR: #1388

Seems that we've missed 2 lines where the endpoint was mentioned.
I've opened the PR #1461 to remove the reference to the endpoint.

@av-nextleap
Copy link
Author

if that is removed then from where we can access the functionality

@julianocosta89
Copy link
Member

@av-nextleap that's now explained here: https://opentelemetry.io/docs/demo/feature-flags/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants