services.thanos.store.store.limits.request-samples

NixOS option

The maximum samples allowed for a single Series request. The Series call fails if this limit is exceeded. 0 means no limit. NOTE: For efficiency the limit is internally implemented as ‘chunks limit’ considering each chunk contains a maximum of 120 samples. Defaults to 0 in Thanos when set to null.

type: null or signed integer
Default
null
declared in: nixos/modules/services/monitoring/thanos.nixView source on NixOS/nixpkgs →