Skip to content

Update `query_interval` to integer

Steve Xuereb requested to merge docs/update-refrees into master

What does this MR do?

Update query_interval to integer

Why was this MR needed?

The query_internal is of type int https://gitlab.com/gitlab-org/gitlab-runner/blob/15fc05387350c725efde7ecdb5fbaccdeab6d8f4/referees/metrics.go#L29 and not a string.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased
Edited by Steve Xuereb

Merge request reports