grafana / pyroscope-java

pyroscope java integration
Apache License 2.0
72 stars 31 forks source link

feat: configurable ingest retry cap #73

Closed korniltsev closed 1 year ago

korniltsev commented 1 year ago

https://github.com/pyroscope-io/pyroscope/issues/1793

Add a new configuration option PYROSCOPE_INGEST_MAX_TRIES (Default is 8) Example : PYROSCOPE_INGEST_MAX_TRIES=2 - try uploading a profile at most 2 times and then discard if not succeeded PYROSCOPE_INGEST_MAX_TRIES=-1 - try uploading a profile infinitely until succeeded