1. 11 5月, 2016 1 次提交
  2. 09 5月, 2016 3 次提交
  3. 08 5月, 2016 1 次提交
  4. 07 5月, 2016 3 次提交
  5. 06 5月, 2016 5 次提交
  6. 04 5月, 2016 4 次提交
  7. 30 4月, 2016 2 次提交
  8. 29 4月, 2016 2 次提交
  9. 28 4月, 2016 2 次提交
  10. 27 4月, 2016 6 次提交
  11. 26 4月, 2016 3 次提交
  12. 25 4月, 2016 4 次提交
    • T
      5fc6a7dc
    • Y
      Updated list of InfluxDB queries/config · 76c2594a
      Yorick 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.
      76c2594a
    • T
      Replace '-n' with '--name' in docker related documentation · 9bd0f46a
      Tomasz Maczukin 提交于
      [ci skip]
      9bd0f46a
    • T
      Fix php-docker example (for new docker versions) · c55f5177
      Tomasz Maczukin 提交于
      [ci skip]
      c55f5177
  13. 23 4月, 2016 4 次提交