GithubHelp home page GithubHelp logo

Comments (3)

tiny-pangolin avatar tiny-pangolin commented on August 24, 2024

have you tried VMAgent in a cluster mode to spread the scrape jobs out over multiple instances of VMAgent?

There are instructions in the docs for running in cluster mode on k8s and a blog post explaining how cluster mode works.

from victoriametrics.

f41gh7 avatar f41gh7 commented on August 24, 2024

600MB is really huge metrics response. And It'll take a lot of time to process it.

I can suggest to disable staleMarkers detection no_stale_markers: true for this job (or for all jobs with flag -promscrape.noStaleMarkers").
job config example:

scrape_configs:
- job_name: kube-state-metrics
  no_stale_markers: true
  # make sure that series limit is not set or has default 0 value
  series_limit: 0
  static_configs:
  - targets: ["kube-state-url:1234"]

It must skip GetRowsDiff function execution.

from victoriametrics.

MajLuu avatar MajLuu commented on August 24, 2024

600MB is really huge metrics response. And It'll take a lot of time to process it.

I can suggest to disable staleMarkers detection no_stale_markers: true for this job (or for all jobs with flag -promscrape.noStaleMarkers"). job config example:

scrape_configs:
- job_name: kube-state-metrics
  no_stale_markers: true
  # make sure that series limit is not set or has default 0 value
  series_limit: 0
  static_configs:
  - targets: ["kube-state-url:1234"]

It must skip GetRowsDiff function execution.

Good idea, but I want to know if there are other problems? And although setting no_stale_markers: true, I consider it also run GetRowsDiff func once ref. If we could optimize the GetRowsDiff func? Or we shard kube-state-metrics component.
Thanks for replies.

from victoriametrics.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.