Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(scaletest): add grafana annotations and slack reporting#9852

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

mafredri
Copy link
Member

@mafredrimafredri commentedSep 25, 2023
edited
Loading

  • feat(scaletest): add grafana annotations
  • feat(scaletest): add slack reporting

Fixes#9575
Fixes#9576

@mafredrimafredri marked this pull request as ready for reviewSeptember 26, 2023 12:39
--count "${SCALETEST_PARAM_NUM_WORKSPACES}" \
--template "${SCALETEST_PARAM_TEMPLATE}" \
--concurrency "${SCALETEST_PARAM_CREATE_CONCURRENCY}" \
--job-timeout2h \
--no-cleanup \
--output json:"${SCALETEST_RESULTS_DIR}/create-workspaces.json"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

nit: Since you're prefixing everything else withSCALETEST_PARAM_, perhaps also this one?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I was thinking about them separately, one is params that a user can change (via template) and the other is plain variables used by the suite. Since allSCALETEST_PARAM_ prefixed vars are attached to reports in sorted order, this also gives us more control what to report/where.

# shellcheck disable=SC2153 source=scaletest/templates/scaletest-runner/scripts/lib.sh
. "${SCRIPTS_DIR}/lib.sh"

# NOTE(mafredri): API returns HTML if we accidentally use `...//api` vs `.../api`.
Copy link
Member

@johnstcnjohnstcnSep 26, 2023
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

👀 that sounds like a bug? (Edit: in coderd, I mean)

mtojek reacted with eyes emoji
Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

We could consider it one. Funnily enough, Grafana has the same issue (you get page not found). 😄

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Not a blocker for this though

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

johnstcn reacted with thumbs up emoji
Copy link
Member

@mtojekmtojek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM, but I will defer the final approval to Cian.

order = 25
name = "Dashboard Traffic Duration"
type = "number"
description = "The duration of the dashboard traffic load scenario in minutes."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

nit: alternatively, we could use a select box with predefined periods

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

It's a good idea, perhaps once we have a better idea of what those predefined periods should be. 👍🏻

@mafredrimafredrienabled auto-merge (squash)September 27, 2023 10:19
@mafredrimafredri merged commitd8515f0 intomainSep 27, 2023
@mafredrimafredri deleted the mafredri/feat-scaletest-add-grafana-annotations branchSeptember 27, 2023 11:44
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsSep 27, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@johnstcnjohnstcnjohnstcn approved these changes

@mtojekmtojekmtojek approved these changes

Assignees

@mafredrimafredri

Labels
None yet
Projects
None yet
Milestone
No milestone
3 participants
@mafredri@johnstcn@mtojek

[8]ページ先頭

©2009-2025 Movatter.jp