envoyproxy/envoy

Default value for profile_path should resolve to APPDATA on Windows

Open

#15.174 aberto em 24 de fev. de 2021

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
area/windowsenhancementhelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

  // The cpu profiler output path for the administration server. If no profile
  // path is specified, the default is ‘/var/log/envoy/envoy.prof’.
  string profile_path = 2;

See bootstrap.proto

It should be placed on %LOCALAPPDATA%\envoy

Guia do colaborador