gitlab-org--gitlab-foss/changelogs
Andreas Brandl bd56acd378
Create partial index for gitlab-monitor CI metrics
This creates a partial index intended to speed up queries on
`ci_builds`. Particularly, `gitlab-monitor` has rather heavy queries.
Those have been changed to only look back 7 days and benefit from this
index tremendously.

Relates to
https://gitlab.com/gitlab-org/gitlab-exporter/merge_requests/101.
2019-09-04 13:43:51 +02:00
..
unreleased Create partial index for gitlab-monitor CI metrics 2019-09-04 13:43:51 +02:00
README.md
add-name-parameter-to-project-environments-api.yml
archive.md

README.md

Generating changelog entries

To generate and validate your changelog entries:

  1. Run bin/changelog to generate.
  2. Run yamllint changelogs to validate.

See development/changelog documentation for detailed usage.