gitlab-exporter
component upgrade test plan
contribute
Copy the following test plan to a comment of the merge request that upgrades the component.
## Test plan
- [ ] Check [`gitlab-exporter` project repository](https://gitlab.com/gitlab-org/ruby/gems/gitlab-exporter) for potential breaking changes.
- [ ] Green pipeline with `Trigger:ee-package` and `build-package-on-all-os`.
- [ ] `gitlab-exporter` starts. Run `sudo gitlab-ctl status gitlab-exporter` and check output
to ensure `gitlab-exporter` started successfully.
```shell
sudo gitlab-ctl status gitlab-exporter
```
- [ ] Check exporter version. Run `/opt/gitlab/embedded/bin/gem list gitlab-exporter`
```shell
/opt/gitlab/embedded/bin/gem list gitlab-exporter
```
- [ ] Check that `gitlab-exporter` endpoint can be queried.
```shell
curl --silent "http://localhost:9168/metrics" | head -n5
```
- [ ] Check that Prometheus scrapes `gitlab_exporter_database`, `gitlab_exporter_ruby` and `gitlab_exporter_sidekiq` by poking metrics endpoint.
```shell
curl --silent "http://localhost:9090/metrics" | grep gitlab_exporter
```
Docs
Edit this page to fix an error or add an improvement in a merge request.
Create an issue to suggest an improvement to this page.
Product
Create an issue if there's something you don't like about this feature.
Propose functionality by submitting a feature request.
Feature availability and product trials
View pricing to see all GitLab tiers and features, or to upgrade.
Try GitLab for free with access to all features for 30 days.
Get help
If you didn't find what you were looking for, search the docs.
If you want help with something specific and could use community support, post on the GitLab forum.
For problems setting up or using this feature (depending on your GitLab subscription).
Request support