Skip to content

Commit

Permalink
Docs Changes:
Browse files Browse the repository at this point in the history
* Remove unrequired empty line in documentation for
  the predicate in http_connection_management.rst
* Improve wording and formatting that describes change
  in version_history.rst

Signed-off-by: Sriduth Jayhari <[email protected]>
  • Loading branch information
sriduth authored and Sriduth Jayhari committed Jun 20, 2019
1 parent e5a8530 commit 21d3b9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ can be used to modify this behavior, and they fall into two categories:
Hosts are marked by setting ``canary: true`` for the ```envoy.lb`` filter in the endpoint's filter metadata.
See :ref:`LbEndpoint <envoy_api_msg_endpoint.LbEndpoint>` for more details.


* :ref:`Priority Predicates<envoy_api_field_route.RetryPolicy.retry_priority>`: These predicates can
be used to adjust the priority load used when selecting a priority for a retry attempt. Only one such
predicate may be specified.
Expand Down
2 changes: 1 addition & 1 deletion docs/root/intro/version_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Version history
* redis: added :ref:`success and error stats <config_network_filters_redis_proxy_per_command_stats>` for commands.
* redis: migrate hash function for host selection to `MurmurHash2 <https://sites.google.com/site/murmurhash>`_ from std::hash. MurmurHash2 is compatible with std::hash in GNU libstdc++ 3.4.20 or above. This is typically the case when compiled on Linux and not macOS.
* redis: added :ref:`latency_in_micros <envoy_api_field_config.filter.network.redis_proxy.v2.RedisProxy.latency_in_micros>` to specify the redis commands stats time unit in microseconds.
* retry: added :ref:`envoy.retry_host_predicates.omit_canary_hosts <envoy_api_field_route.RetryPolicy.retry_host_predicate>` retry predicate
* retry: added a retry predicate that :ref:`rejects canary hosts. <envoy_api_field_route.RetryPolicy.retry_host_predicate>`
* router: added ability to configure a :ref:`retry policy <envoy_api_msg_route.RetryPolicy>` at the
virtual host level.
* router: added reset reason to response body when upstream reset happens. After this change, the response body will be of the form `upstream connect error or disconnect/reset before headers. reset reason:`
Expand Down

0 comments on commit 21d3b9b

Please sign in to comment.