Kirill Kobylyanskiy

Results 5 issues of Kirill Kobylyanskiy

### Self-Hosted Version 22.8.0 ### CPU Architecture x86_64 ### Docker Version 20.10.17 ### Docker Compose Version 2.6.0 ### Steps to Reproduce 1) Make a clean install of a docker 2)...

Type: Bug
Status: Backlog

Using the example config I'm getting the following error: ```jq: error (at :4): Cannot iterate over null (null)``` I also don't want to write my own resource. Could you please...

### Describe the bug I'm running vmagent with `-promscrape.seriesLimitPerTarget=150000` to prevent unexpected cardinality increase per targets. For large targets I'm using custom `sampleLimit` in VMServiceScrape/VMPodScrape. However, vmagent seems to be...

question
vmagent

#### What this PR does / why we need it Add sampleLimit configuration option to the ServiceMonitor template to allow users to limit the number of scraped samples per scrape....

Relates to https://github.com/VictoriaMetrics/VictoriaMetrics/pull/10168 The `sampleLimit` defines the maximum number of samples accepted per scrape target, consistent with Prometheus configuration.