Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docker/pyroscope-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ ingester:
store: inmemory
replication_factor: 1
min_ready_duration: 1s

pyroscopedb:
data_path: "/data/pyroscope"
4 changes: 4 additions & 0 deletions k8s/lgtm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ spec:
mountPath: /loki
- name: p8s-storage
mountPath: /data/prometheus
- name: pyroscope-storage
mountPath: /data/pyroscope
volumes:
- name: tempo-data
emptyDir: {}
Expand All @@ -72,3 +74,5 @@ spec:
emptyDir: {}
- name: p8s-storage
emptyDir: {}
- name: pyroscope-storage
emptyDir: {}
Loading