From ba0ba3e053ef0092ebe06ab4f476c72b6c443e89 Mon Sep 17 00:00:00 2001
From: mtail istio.mixer.v1.Attributes
specialized Mixer adapters and services can also generate attributes.
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
.