Results 23 comments of pilot513

So everything is, in doublequotation marks. It's just that the coc-json plugin does not display them: ![изображение](https://user-images.githubusercontent.com/28645933/170812918-172c8820-a3e4-4c6b-a5ea-3713a52c0f6f.png)

Oh, thank you very much! Earned! ![изображение](https://user-images.githubusercontent.com/28645933/170815392-3ef7f24c-bf30-45cf-9c40-3836f5777954.png) The difference is in the options: ![изображение](https://user-images.githubusercontent.com/28645933/170815460-656fecf7-847c-4689-9d68-ca203f363634.png)

I have settings: ``` resources: requests: cpu: 2 memory: 4096Mi limits: memory: 8192Mi processors: memory_limiter: check_interval: 3s limit_mib: 6553 spike_limit_mib: 2048 ``` I should try memory_ballast as well ...

Added definitions for batch ``` batch: send_batch_size: 1000 timeout: 1s send_batch_max_size: 1500 ``` Let's see how it will be

At first it worked fine. And then the problems started again: ![image](https://github.com/open-telemetry/opentelemetry-collector/assets/28645933/cb5b8338-1a7b-4c6e-8c3e-fc62cc0230b0) ![image](https://github.com/open-telemetry/opentelemetry-collector/assets/28645933/589b0f25-5247-4087-9374-a006a6c259c9) ![image](https://github.com/open-telemetry/opentelemetry-collector/assets/28645933/90a44778-c607-4f04-b0ad-8470af474d60) ![image](https://github.com/open-telemetry/opentelemetry-collector/assets/28645933/f9d5bcc5-3c34-4b53-bb45-7dee584be8da)

![image](https://github.com/open-telemetry/opentelemetry-collector/assets/28645933/c8b93e26-a80f-473d-a3bf-955ef1722840) ![image](https://github.com/open-telemetry/opentelemetry-collector/assets/28645933/830b0e1c-b306-4fde-a730-0bda49fd72e3)

In my case, I noticed that the number of metrics was constantly growing. I began to study this issue, and discovered that one application was generating a constant increase in...