We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Which version of the demo you are using? (please provide either a specific git clone https://github.com/open-telemetry/opentelemetry-demo.git
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
We will close this issue if:
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Hello @av-nextleap,
The feature endpoint was removed from the demo on this PR: #1388
feature
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.
Sorry, something went wrong.
if that is removed then from where we can access the functionality
@av-nextleap that's now explained here: https://opentelemetry.io/docs/demo/feature-flags/
Successfully merging a pull request may close this issue.
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
We will close this issue if:
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: