Skip to content

How to configure pyroscope to receive more than 1 sample every 10 second? #2938

Answered by ogxd
ogxd asked this question in Q&A
Discussion options

You must be logged in to vote

Fixed it by changing these configs:

    limits:
      ingestion_rate_mb: 4 → 64
      ingestion_burst_size_mb: 2 → 32
      max_profile_stacktrace_samples: 16000 → 65536

Of course values depend on usecase, but this is what I needed.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ogxd
Comment options

@ogxd
Comment options

@ogxd
Comment options

@ogxd
Comment options

Answer selected by ogxd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant