Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-11Docs: Add automatic redirects to many moved filesMarcel Amirault
2018-08-27Compress all PNG images under doc/Achilleas Pipinellis
The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K
2017-12-14Docs: add indexes for monitoring and performance monitoringMarcia Ramos
2016-11-22Reduce size of images from 25MB to 13MB using pngquantAchilleas Pipinellis
Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232 [ci skip]
2016-10-24Fix old monitoring links to point to the new locationAchilleas Pipinellis
2016-10-14fix grafana_configuration.md move linkBen Bodenmiller
2016-10-11Move health check docs under user/admin_area/monitoringAchilleas Pipinellis
[ci skip]
2016-09-25Move monitoring/ to new locationAchilleas Pipinellis
2016-08-17Tracking of custom eventsYorick Peterse
GitLab Performance Monitoring is now able to track custom events not directly related to application performance. These events include the number of tags pushed, repositories created, builds registered, etc. The use of these events is to get a better overview of how a GitLab instance is used and how that may affect performance. For example, a large number of Git pushes may have a negative impact on the underlying storage engine. Events are stored in the "events" measurement and are not prefixed with "rails_" or "sidekiq_", this makes it easier to query events with the same name triggered from different parts of the application. All events being stored in the same measurement also makes it easier to downsample data. Currently the following events are tracked: * Creating repositories * Removing repositories * Changing the default branch of a repository * Pushing a new tag * Removing an existing tag * Pushing a commit (along with the branch being pushed to) * Pushing a new branch * Removing an existing branch * Importing a repository (along with the URL we're importing) * Forking a repository (along with the source/target path) * CI builds registered (and when no build could be found) * CI builds being updated * Rails and Sidekiq exceptions Fixes gitlab-org/gitlab-ce#13720
2016-08-09use long options for curl examples in API documentation (!5703)winniehell
2016-08-08Simplify feature introduction noteAchilleas Pipinellis
[ci skip]
2016-06-29optimize png images losslessly using zopflipngPeter Dave Hello
2016-06-23Use influxdb-management for managing InfluxDBYorick Peterse
This removes the need for manually updating the list of queries every time we make a change. [ci skip]
2016-06-23Updated InfluxDB continuous queries for 8.9.0Yorick Peterse
[ci skip]
2016-05-24fixing typo in link #17809sebastian-schmid
2016-05-22Copyedit health check docsAchilleas Pipinellis
2016-05-20Fix grammar in health_check.md DJ Mountney
A access token -> An access token
2016-05-18Fix broken pingdom link in the health_check docsDJ Mountney
2016-05-18Add health check feature documentationDJ Mountney
2016-04-29Fix some broken links in the documentation [ci skip]Connor Shea
2016-04-25Updated list of InfluxDB queries/configYorick Peterse
This setup is quite a bit different from before. In the previous setup raw data was kept around for 30 days and downsampled data for 7 days. This became problematic for GitLab.com as the number of points and series resulted in InfluxDB running out of memory when starting up (besides taking up 30 GB of storage). To work around this the new setup keeps raw data around for _only_ an hour while keeping downsampled data around for 7 days. In turn all Grafana dashboards _only_ query the downsampled data instead of also querying raw data. Based on rough calculations this setup needs around 2GB of storage for 1 week of data, excluding whatever is needed for storing the raw data (this highly depends on the amount of traffic). If users want to use this new setup they have to remove any existing dashboards provided by GitLab.com and re-import the ones from the Grafana dashboards repository (https://gitlab.com/gitlab-org/grafana-dashboards/). Should users wish to change their default retention policy the easiest way of doing so is to simply drop the database and re-run the InfluxDB commands added by this commit. Users who want to keep their default retention policy as-is can simply create the "downsampled" policy and run the other commands.
2016-04-13Updated InfluxDB/Grafana setup/import docsYorick Peterse
The grafana-dashboards repository now contains _all_ GitLab.com dashboards and thus requires some extra continuous queries to be set up. The repository now also provided a way to automatically import/export dashboards. [ci skip]
2016-04-12Fix Grafana docs and link from Influx pageDrew Blessing
2016-03-22Grafana installation and configuration documentation. [ci skip]Drew Blessing
2016-01-21Change InfluxDB admin usernameAchilleas Pipinellis
[ci skip]
2016-01-21Move integration/metrics to monitoring/performanceAchilleas Pipinellis
[ci skip]