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
To define data sources we have the following:
http://iter8.default:8080/httpDashboard
namespace=ns&experiment=test_name
http://iter8.default:8080/grpcDashboard
http://iter8.default:8080/metrics
application=ns%2Fapp
I wondered if we wanted to regularize this:
abnDashboard
metrics
namespace=ns&application=app
experiement
test
performance_test
The text was updated successfully, but these errors were encountered:
@sriumcp @Alan-Cha any comments?
Sorry, something went wrong.
Alan-Cha
Successfully merging a pull request may close this issue.
To define data sources we have the following:
http://iter8.default:8080/httpDashboard
namespace=ns&experiment=test_name
http://iter8.default:8080/grpcDashboard
namespace=ns&experiment=test_name
http://iter8.default:8080/metrics
application=ns%2Fapp
I wondered if we wanted to regularize this:
abnDashboard
instead ofmetrics
as the endpointnamespace=ns&application=app
experiement
totest
orperformance_test
The text was updated successfully, but these errors were encountered: