docs: more snapping fixes (#6404)

* docs: more snapping fixes

Signed-off-by: Matt Klein <mklein@lyft.com>

Mirrored from https://github.com/envoyproxy/envoy @ c949a8144cf3b0162133dde0c489dea8a4078a47
pull/620/head
data-plane-api(CircleCI) 6 years ago
parent 804d787d10
commit 5f91d81912
  1. 2
      STYLE.md
  2. 10
      envoy/config/metrics/v2/stats.proto

@ -123,7 +123,7 @@ In addition, the following conventions should be followed:
``` ```
* The [Breaking Change * The [Breaking Change
Policy](https://github.com/envoyproxy/envoy/blob/master//CONTRIBUTING.md#breaking-change-policy) describes Policy](https://github.com/envoyproxy/envoy/blob/master/CONTRIBUTING.md#breaking-change-policy) describes
API versioning, deprecation and compatibility. API versioning, deprecation and compatibility.
## Package organization ## Package organization

@ -59,9 +59,8 @@ message StatsConfig {
// If any default tags are specified twice, the config will be considered // If any default tags are specified twice, the config will be considered
// invalid. // invalid.
// //
// See `well_known_names.h // See :repo:`well_known_names.h <source/common/config/well_known_names.h>` for a list of the
// <https://github.com/envoyproxy/envoy/blob/master/source/common/config/well_known_names.h>`_ // default tags in Envoy.
// for a list of the default tags in Envoy.
// //
// If not provided, the value is assumed to be true. // If not provided, the value is assumed to be true.
google.protobuf.BoolValue use_all_default_tags = 2; google.protobuf.BoolValue use_all_default_tags = 2;
@ -166,9 +165,8 @@ message StatsMatcher {
message TagSpecifier { message TagSpecifier {
// Attaches an identifier to the tag values to identify the tag being in the // Attaches an identifier to the tag values to identify the tag being in the
// sink. Envoy has a set of default names and regexes to extract dynamic // sink. Envoy has a set of default names and regexes to extract dynamic
// portions of existing stats, which can be found in `well_known_names.h // portions of existing stats, which can be found in :repo:`well_known_names.h
// <https://github.com/envoyproxy/envoy/blob/master/source/common/config/well_known_names.h>`_ // <source/common/config/well_known_names.h>` in the Envoy repository. If a :ref:`tag_name
// in the Envoy repository. If a :ref:`tag_name
// <envoy_api_field_config.metrics.v2.TagSpecifier.tag_name>` is provided in the config and // <envoy_api_field_config.metrics.v2.TagSpecifier.tag_name>` is provided in the config and
// neither :ref:`regex <envoy_api_field_config.metrics.v2.TagSpecifier.regex>` or // neither :ref:`regex <envoy_api_field_config.metrics.v2.TagSpecifier.regex>` or
// :ref:`fixed_value <envoy_api_field_config.metrics.v2.TagSpecifier.fixed_value>` were specified, // :ref:`fixed_value <envoy_api_field_config.metrics.v2.TagSpecifier.fixed_value>` were specified,

Loading…
Cancel
Save