Skip to content

Commit

Permalink
add CLI docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesnikovae committed Jan 8, 2025
1 parent 0363046 commit 63c74ff
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ pyroscopedb:
# CLI flag: -pyroscopedb.row-group-target-size
[row_group_target_size: <int> | default = 1342177280]

# Specifies the dimension by which symbols are partitioned. By default, the
# partitioning is determined automatically.
# CLI flag: -pyroscopedb.symbols-partition-label
[symbols_partition_label: <string> | default = ""]

# How much available disk space to keep in GiB
# CLI flag: -pyroscopedb.retention-policy-min-free-disk-gb
[min_free_disk_gb: <int> | default = 10]
Expand Down

0 comments on commit 63c74ff

Please sign in to comment.