Skip to content

[thanos] - disable autoscaling on receivers

Nick Duff requested to merge nduff/gitlab-receivers into master

What

  • disables autoscaling for the thanos receivers
  • increases receiver resources

Why

During scaling events we are seeing some similar symptoms to https://github.com/observatorium/thanos-receive-controller/issues/69.
Disabling the autoscaling will give us more control over preventing errors during scaling.

Merge request reports