envoyproxy/envoy

Default value for profile_path should resolve to APPDATA on Windows

Open

#15 174 ouverte le 24 févr. 2021

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
area/windowsenhancementhelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

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

Guide contributeur