|
|
|
@ -103,6 +103,15 @@ modify different aspects of the server: |
|
|
|
|
|
|
|
|
|
*/failed_outlier_check*: The host has failed an outlier detection check. |
|
|
|
|
|
|
|
|
|
.. _operations_admin_interface_config_dump: |
|
|
|
|
|
|
|
|
|
.. http:get:: /config_dump |
|
|
|
|
|
|
|
|
|
Dump currently loaded configuration from various Envoy components as JSON-serialized proto |
|
|
|
|
messages. Currently, only route configs are available but more are on the way. See |
|
|
|
|
:api:`envoy/admin/v2/config_dump.proto` for more information. That proto is in draft state and is |
|
|
|
|
subject to change. |
|
|
|
|
|
|
|
|
|
.. http:get:: /cpuprofiler |
|
|
|
|
|
|
|
|
|
Enable or disable the CPU profiler. Requires compiling with gperftools. |
|
|
|
@ -144,14 +153,6 @@ modify different aspects of the server: |
|
|
|
|
that this does not drop any data sent to statsd. It just effects local output of the |
|
|
|
|
:http:get:`/stats` command. |
|
|
|
|
|
|
|
|
|
.. _operations_admin_interface_routes: |
|
|
|
|
|
|
|
|
|
.. http:get:: /routes?route_config_name=<name> |
|
|
|
|
|
|
|
|
|
This endpoint is only available if envoy has HTTP routes configured via RDS. |
|
|
|
|
The endpoint dumps all the configured HTTP route tables, or only ones that |
|
|
|
|
match the ``route_config_name`` query, if a query is specified. |
|
|
|
|
|
|
|
|
|
.. http:get:: /server_info |
|
|
|
|
|
|
|
|
|
Outputs information about the running server. Sample output looks like: |
|
|
|
|