Skip to content

Commit

Permalink
fix: deployment dora dashboard (apache#6931)
Browse files Browse the repository at this point in the history
* fix: deployment dora dashboard

* fix: deployment dashbord add dora debug update

* fix: some note

* fix: adjust sql

* fix: mysql id lint

* fix: some bugs

* fix: some note
  • Loading branch information
abeizn committed Feb 8, 2024
1 parent ec4702d commit 80669e9
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 160 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (u *adddoraBenchmark2023) Up(baseRes context.BasicRes) errors.Error {
Metric: "Deployment frequency",
Low: "Fewer than once per six months(low)",
Medium: "Between once per month and once every 6 months(medium)",
High: "Between once per week and once per month(high)",
High: "Between once per day and once per month(high)",
Elite: "On-demand(elite)",
Benchmarks: "2021 report",
}
Expand Down Expand Up @@ -185,7 +185,7 @@ func (u *adddoraBenchmark2023) Up(baseRes context.BasicRes) errors.Error {
}

func (*adddoraBenchmark2023) Version() uint64 {
return 20240201000002
return 20240207000002
}

func (*adddoraBenchmark2023) Name() string {
Expand Down
Loading

0 comments on commit 80669e9

Please sign in to comment.