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

Dashboard: Incorrect metric name referenced for rate values #104

Closed
javaducky opened this issue Feb 23, 2023 · 1 comment
Closed

Dashboard: Incorrect metric name referenced for rate values #104

javaducky opened this issue Feb 23, 2023 · 1 comment
Assignees

Comments

@javaducky
Copy link
Contributor

As described in the community forum, the test results dashboard references old metric names (using "_seconds") rather than the current form of "_p99".

@javaducky javaducky self-assigned this Feb 23, 2023
javaducky added a commit that referenced this issue Feb 23, 2023
Previously, rate metrics were published using the "_seconds" suffix. By default, we now publish using "_p99".

Fixes #104

Signed-off-by: Paul Balogh <javaducky@gmail.com>
@javaducky
Copy link
Contributor Author

After speaking with @codebien, I realize I should have been setting K6_PROMETHEUS_RW_TREND_AS_NATIVE_HISTOGRAM=true when running k6, which then provides the metrics expected by the dashboard.

Closing this issue accordingly.

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 a pull request may close this issue.

1 participant