An error occurred fetching the project authors.
- 01 Oct, 2021 1 commit
-
-
Roy Zwambag authored
-
- 30 Aug, 2021 1 commit
-
-
Matthias Kaeppler authored
Changelog: changed
-
- 25 Aug, 2021 1 commit
-
-
Suzanne Selhorn authored
-
- 06 Aug, 2021 1 commit
-
-
Dylan Griffith authored
This is because it is quite expensive to be reading this feature flag every single request. Checking an env var is much more efficient because feature flags are read from the database. This feature flag was not user- or administrator-facing. Changelog: other
-
- 27 Jul, 2021 1 commit
-
-
Evan Read authored
-
- 25 Jul, 2021 1 commit
-
-
Dylan Griffith authored
As part of https://gitlab.com/groups/gitlab-org/-/epics/5759 we're preparing the GitLab application to handle connections to multiple databases. As such we want to improve our observability to understand these multiple databases. This MR just adds the database name to the performance bar details. Unfortunately the default rails database config name is `primary`. Eventually we will force this to be `main` and it will be distinct from the new `ci` database. This does create a little bit of confusion now as we also use the words `primary/replica` to distinguish between our read/write and read-only database servers. This means you may see "Replica" next to "Config name: primary" which could be confusing. I hope that the usage of "Config name" should help to disambiguate. I have also used a feature flag to be less disruptive.
-
- 17 Jun, 2021 1 commit
-
-
ngaskill authored
-
- 15 Jun, 2021 1 commit
-
-
Nick Gaskill authored
-
- 25 May, 2021 2 commits
-
-
Will Chandler authored
-
Matthias Kaeppler authored
This adds a new indicator displaying the memory allocated during a given web transaction. Changelog: added
-
- 20 Apr, 2021 1 commit
-
-
ngaskill authored
-
- 17 Mar, 2021 1 commit
-
-
ngaskill authored
-
- 08 Mar, 2021 1 commit
-
-
Suzanne Selhorn authored
-
- 18 Feb, 2021 1 commit
-
-
Jan Provaznik authored
Adds a link to peek stats Kibana dashboard, this link is displayed only for performance bar on .com or development environment.
-
- 15 Feb, 2021 1 commit
-
-
Marcel Amirault authored
Update the word admin to administrator and similar, as needed.
-
- 11 Feb, 2021 2 commits
-
-
Jan Provaznik authored
This reverts merge request !53450
-
Jan Provaznik authored
Adds a link to peek stats Kibana dashboard, this link is displayed only for performance bar on .com or development environment.
-
- 28 Jan, 2021 1 commit
-
-
Achilleas Pipinellis authored
For the new tier name changes https://gitlab.com/gitlab-org/technical-writing/-/issues/344
-
- 22 Jan, 2021 1 commit
-
-
Quang-Minh Nguyen authored
In labkit-ruby, there are publishers for popular HTTP clients used by Gitlab. Those publishers publish events via ActiveRecord::Notification. Those events should be captured, accumulated by request, then displayed in Rails logs, Sidekiq logs, and Performance Bar. https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/302
-
- 21 Jan, 2021 1 commit
-
-
Amy Qualls authored
Adds the CORE tier to the H1 on each page. While probably incorrect, this is a starting point for sending over to the PM for revision.
-
- 23 Nov, 2020 1 commit
-
-
Achilleas Pipinellis authored
The previous URL had two drawbacks: 1. It didn't match what the title was about (`Assignments to DevOps Stages and Groups`, and the anchor was `#designated-technical-writers`). 2. It didn't account for the other sections, like development and API guidelines.
-
- 19 Oct, 2020 1 commit
-
-
Amy Qualls authored
Most of the APM pages should be reassigned to Health, with the exception of one page, which should go to the Product Analytics Group.
-
- 05 Oct, 2020 2 commits
-
-
nmilojevic1 authored
-
nmilojevic1 authored
-
- 31 Jul, 2020 1 commit
-
-
Achilleas Pipinellis authored
Move and merge the two documents about NFS into a new location
-
- 29 Jul, 2020 1 commit
-
-
Evan Read authored
-
- 28 Jul, 2020 1 commit
-
-
Evan Read authored
-
- 23 Jun, 2020 1 commit
-
-
Amy Qualls authored
Note that load timings are only supported in Chromium and Chrome browsers.
-
- 17 Jun, 2020 1 commit
-
-
Amy Qualls authored
The screencaps on this page were larger in file size than needed, and often contained too much screen real estate. This commit crops them down and runs them through pngquant to reduce file size.
-
- 04 Jun, 2020 1 commit
-
-
Amy Qualls authored
Update external links to point to the correct place.
-
- 03 Jun, 2020 1 commit
-
-
Amy Qualls authored
These docs are likely owned by the Monitor team.
-
- 30 Mar, 2020 1 commit
-
-
Amy Qualls authored
This commit updates reference-style links on these pages to use the more standard link style, since our style guide specifies we should not use reference-style links.
-
- 24 Mar, 2020 1 commit
-
-
Amy Qualls authored
Fix spelling errors, or wrap non-words in code tags when feasible.`
-
- 08 Jan, 2020 1 commit
-
-
Alexander Oleynikov authored
-
- 04 Dec, 2019 1 commit
-
-
Tim Zallmann authored
-
- 29 Nov, 2019 1 commit
-
-
Tim Zallmann authored
Added the Frontend resources string to .pot Added specs, documentation and changelog
-
- 26 Nov, 2019 1 commit
-
-
Will Chandler authored
This change adds a new 'Download' button to the Performance Bar that allows users to download the raw Perf Bar JSON from all completed requests.
-
- 27 Oct, 2019 1 commit
-
-
Marcel Amirault authored
Moves the final 5 docs out of /workflow and into their correct locations. Updates links both inside the docs, and TO the docs, and ensures all moved docs are linked from a the appropriate index. Disqus comments moved too.
-
- 21 Oct, 2019 1 commit
-
-
Sean McGivern authored
Add a '+' button in the performance bar. When clicked, it allows you to enter a request ID or a URL. A request ID will fetch performance bar results for that request, and a URL will fetch that URL and then its performance bar data. Because of the way it's triggered, the URL will use the current user's credentials, and it must be to a JSON endpoint - that's the content type it will request. A request ID can be for any request (HTML, JSON, XML, images) and can be for any user.
-
- 30 Sep, 2019 1 commit
-
-
Sean McGivern authored
-