Skip to content

Commit

Permalink
Remove live alloc profiling from java docs (#2362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rperry2174 authored Sep 5, 2023
1 parent 3dbf17a commit 0b06369
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/sources/configure-client/language-sdks/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ The Java integration supports JFR format to be able to support multiple events (
| `PYROSCOPE_PUSH_QUEUE_CAPACITY` | specifies the size of the ingestion queue that temporarily stores profiling data in memory during network outages. The default value is set to 8. |
| `PYROSCOPE_INGEST_MAX_TRIES` | sets the maximum number of times to retry an ingestion API call in the event of failure. A value of -1 indicates that the retries will continue indefinitely. The default value is set to 8. |
| `PYROSCOPE_EXPORT_COMPRESSION_LEVEL_JFR` | sets the level of GZIP compression applied to uploaded JFR files. This option accepts values of `NO_COMPRESSION`, `BEST_SPEED`, `BEST_COMPRESSION`, and `DEFAULT_COMPRESSION`. |
| `PYROSCOPE_EXPORT_COMPRESSION_LEVEL_LABELS` | operates similarly to `PYROSCOPE_EXPORT_COMPRESSION_LEVEL_JFR`, but applies to the dynamic labels part. The default value is set to `BEST_SPEED`. |
| `PYROSCOPE_ALLOC_LIVE` | is a boolean value that enables live object profiling when set to true. It is disabled by default. |
| `PYROSCOPE_EXPORT_COMPRESSION_LEVEL_LABELS` | operates similarly to `PYROSCOPE_EXPORT_COMPRESSION_LEVEL_JFR`, but applies to the dynamic labels part. The default value is set to `BEST_SPEED`. |
| `PYROSCOPE_GC_BEFORE_DUMP` | is a boolean value that executes a `System.gc()` command before dumping the profile when set to true. This option may be useful for live profiling, but is disabled by default. |

## Sending data to Pyroscope OSS or Grafana Cloud Profiles with Pyroscope java SDK
Expand Down

0 comments on commit 0b06369

Please sign in to comment.