-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Update admin.rst to include profile_path #611
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 12 commits
6a3b748
2059a8b
45eeba9
f9968bb
9e3ae3d
a92b095
0aa7ac9
8dd2764
f588978
4fb8283
5365759
6a2a3fb
f74ac43
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,13 +9,18 @@ Administration interface :ref:`operations documentation <operations_admin_interf | |
|
|
||
| { | ||
| "access_log_path": "...", | ||
| "profile_path": "...", | ||
| "port": "..." | ||
| } | ||
|
|
||
| access_log_path | ||
| *(required, string)* The path to write the access log for the administration server. If no | ||
| access log is desired specify '/dev/null'. | ||
|
|
||
| profile_path | ||
| *(optional, string)* The cpu profiler output path for the administration server. If no profile | ||
| path is specified, the default is '/var/log/envoy/envoy.prof'. | ||
|
|
||
| address | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: newline before this line.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry I meant please keep a blank line between attributes as per the rest of the documentation.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry. I should have noticed that. |
||
| *(required, string)* The TCP address that the administration server will listen on, e.g., | ||
| "tcp://127.0.0.1:1234". Note, "tcp://0.0.0.0:1234" is the wild card match for any IPv4 address | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, not your change, but can you fix that to
address