Skip to content

Periodic Mimir queries

Hercules Merscher requested to merge mimir-periodic-queries into master

Part of gitlab-com/gl-infra/scalability#2851 (closed).

  • refactor scripts/perform-periodic-thanos-queries.rb to add bearer token + tenant_id config
  • successfully run locally against Mimir without uploading artifacts: bundle exec scripts/perform-periodic-thanos-queries.rb -n
  • add PERIODIC_QUERY_SSL and PERIODIC_QUERY_PROMETHEUS_URL to CI variables
  • run periodic queries against Mimir when files change -- !7290 (9d78c9ca)
  • successfully run against Mimir on CI: https://gitlab.com/gitlab-com/runbooks/-/jobs/6826072057
  • periodic-thanos-queries is now periodic-queries only -- cosmetic change, but good to avoid misunderstanding
  • update README
Edited by Hercules Merscher

Merge request reports