Hello!
I'm using this one:
topk(5, sum(container_memory_working_set_bytes{namespace="monitoring", pod=~"prometheus-core.*$", container=~"prometheus.*"}) by (namespace, pod, container))
and the same I can see at Kubernetes-dashboard, so it looks true.
I tried to increase the scrape interval to 20s, but it didn't work.
My prom instance has remote write settings, here there are:
queue_config:
capacity: 30000
max_samples_per_send: 15000
max_shards: 10
min_shards: 1
batch_send_deadline: 5s
min_backoff: 30ms
max_backoff: 100ms
Have no idea where to start looking for the problem.