diff --git a/mixer/v1/attributes.pb.go b/mixer/v1/attributes.pb.go index 00bad919e62..4b772b82d7d 100644 --- a/mixer/v1/attributes.pb.go +++ b/mixer/v1/attributes.pb.go @@ -53,7 +53,7 @@ const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package // specialized Mixer adapters and services can also generate attributes. // // The common baseline set of attributes available in most Istio deployments is defined -// [here](https://istio.io/docs/reference/config/mixer/attribute-vocabulary.html). +// [here](https://istio.io/docs/reference/config/policy-and-telemetry/attribute-vocabulary/). // // Attributes are strongly typed. The supported attribute types are defined by // [ValueType](https://github.com/istio/api/blob/master/policy/v1beta1/value_type.proto). diff --git a/mixer/v1/attributes.proto b/mixer/v1/attributes.proto index b2eb970280f..32fa4fc8a52 100644 --- a/mixer/v1/attributes.proto +++ b/mixer/v1/attributes.proto @@ -51,7 +51,7 @@ option cc_enable_arenas = true; // specialized Mixer adapters and services can also generate attributes. // // The common baseline set of attributes available in most Istio deployments is defined -// [here](https://istio.io/docs/reference/config/mixer/attribute-vocabulary.html). +// [here](https://istio.io/docs/reference/config/policy-and-telemetry/attribute-vocabulary/). // // Attributes are strongly typed. The supported attribute types are defined by // [ValueType](https://github.com/istio/api/blob/master/policy/v1beta1/value_type.proto). diff --git a/mixer/v1/config/client/istio.mixer.v1.config.client.pb.html b/mixer/v1/config/client/istio.mixer.v1.config.client.pb.html index 90fdffac767..bd25751a325 100644 --- a/mixer/v1/config/client/istio.mixer.v1.config.client.pb.html +++ b/mixer/v1/config/client/istio.mixer.v1.config.client.pb.html @@ -1058,7 +1058,7 @@
The common baseline set of attributes available in most Istio deployments is defined -here.
+here.Attributes are strongly typed. The supported attribute types are defined by ValueType. diff --git a/mixer/v1/istio.mixer.v1.pb.html b/mixer/v1/istio.mixer.v1.pb.html index e2d446ab964..1caee7a896a 100644 --- a/mixer/v1/istio.mixer.v1.pb.html +++ b/mixer/v1/istio.mixer.v1.pb.html @@ -66,7 +66,7 @@
The common baseline set of attributes available in most Istio deployments is defined -here.
+here.Attributes are strongly typed. The supported attribute types are defined by
ValueType.
diff --git a/policy/v1beta1/cfg.pb.go b/policy/v1beta1/cfg.pb.go
index 5ddb5b75826..54816031613 100644
--- a/policy/v1beta1/cfg.pb.go
+++ b/policy/v1beta1/cfg.pb.go
@@ -131,7 +131,7 @@ type AttributeManifest struct {
// match the regular expression `[\.-]`.
//
// Attribute names must be unique within a single Istio deployment. The set of canonical
- // attributes are described at [here](https://istio.io/docs/reference/attribute-vocabulary.html).
+ // attributes are described at [here](https://istio.io/docs/reference/config/policy-and-telemetry/attribute-vocabulary/).
// Attributes not in that list should be named with a component-specific suffix such as
// `request.count-my.component`.
Attributes map[string]*AttributeManifest_AttributeInfo `protobuf:"bytes,3,rep,name=attributes,proto3" json:"attributes,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
diff --git a/policy/v1beta1/cfg.proto b/policy/v1beta1/cfg.proto
index 5175e4acc9a..1bdfbba7886 100644
--- a/policy/v1beta1/cfg.proto
+++ b/policy/v1beta1/cfg.proto
@@ -91,7 +91,7 @@ message AttributeManifest {
// match the regular expression `[\.-]`.
//
// Attribute names must be unique within a single Istio deployment. The set of canonical
- // attributes are described at [here](https://istio.io/docs/reference/attribute-vocabulary.html).
+ // attributes are described at [here](https://istio.io/docs/reference/config/policy-and-telemetry/attribute-vocabulary/).
// Attributes not in that list should be named with a component-specific suffix such as
// `request.count-my.component`.
mapAttributeManifest
match the regular expression [\.-]
.
Attribute names must be unique within a single Istio deployment. The set of canonical
-attributes are described at here.
+attributes are described at here.
Attributes not in that list should be named with a component-specific suffix such as
request.count-my.component
.