storage and metrics
This commit is contained in:
commit
5a0d6d639b
23 changed files with 6892 additions and 0 deletions
metrics
18
metrics/pyroscope-configmap.yaml
Normal file
18
metrics/pyroscope-configmap.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: pyroscope-config
|
||||
namespace: metrics
|
||||
annotations:
|
||||
use-subpath: "true"
|
||||
labels:
|
||||
app.kubernetes.io/name: pyroscope
|
||||
|
||||
data:
|
||||
config.yaml: |
|
||||
tracing:
|
||||
enabled: true
|
||||
profiling_enabled: true
|
||||
|
||||
pyroscopedb:
|
||||
max_block_duration: 5m
|
Loading…
Add table
Add a link
Reference in a new issue