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

Does iter8 still support custom metric now? #1666

Open
ZiShuSong opened this issue Jan 9, 2024 · 1 comment
Open

Does iter8 still support custom metric now? #1666

ZiShuSong opened this issue Jan 9, 2024 · 1 comment

Comments

@ZiShuSong
Copy link

Is your feature request related to a problem? Please describe.

Does iter8v1.1 still support custom metric?I did not find documentation from the user-guide since version v0.15。How do I create custom metric?

@kalantar
Copy link
Member

kalantar commented Jan 9, 2024

The support for the built in custom metric action (assess) has been removed from Iter8. Instead, Iter8 has exposed, via a REST API, the raw metrics data allowing you to compute whatever functions you desire. You should also be able to implement these in Grafana allowing you to visualize them as well (would require dashboard changes)

To access the metric data, first expose the iter8 service:

kubectl port-forward svc/iter8 8080:8080

Then, for HTTP tests:

http://localhost:8080/httpDashboard?namespace=<namespace>&test=<name>

and for gRPC tests:

http://localhost:8080/grcpDashboard?namespace=<namespace>&test=<name>

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

No branches or pull requests

2 participants