PYROSCOPE_CONFIG

Constant PYROSCOPE_CONFIG 

Source
pub const PYROSCOPE_CONFIG: &str = r#"
target: all
server:
  http_listen_port: 4040
  grpc_listen_port: 0
pyroscopedb:
  data_path: /var/lib/pyroscope
self_profiling:
  disable_push: true
"#;
Expand description

YAML configuration for Pyroscope