[DO NOT MERGE] Auto PR to update dependencies of istio#819
Merged
istio-merge-robot merged 1 commit intomasterfrom Sep 15, 2017
Merged
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Assign the PR to them by writing The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:You can indicate your approval by writing |
Member
|
tickle |
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
Automatic merge from submit-queue |
mandarjog
pushed a commit
to mandarjog/istio
that referenced
this pull request
Oct 30, 2017
* Add prometheus monitoring for mixer service.
With this change, the monitoring port for Mixer itself will now include
metrics for the grpc service exported by Mixer.
Example:
For a locally-running Mixer, http://localhost:9093/metrics produces:
```
server, regardless of success or failure.
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
2
grpc_server_handled_total{grpc_code="OK",grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
1
grpc_server_handled_total{grpc_code="OK",grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
5
(seconds) of gRPC that had been application-level handled by the server.
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.005"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.01"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.025"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.05"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.1"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.25"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.5"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="1"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="2.5"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="5"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="10"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="+Inf"}
1
grpc_server_handling_seconds_sum{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
0.000343061
grpc_server_handling_seconds_count{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
1
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.005"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.01"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.025"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.05"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.1"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.25"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.5"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="1"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="2.5"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="5"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="10"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="+Inf"}
2
grpc_server_handling_seconds_sum{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
0.001384844
grpc_server_handling_seconds_count{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
2
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.005"}
4
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.01"}
4
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.025"}
4
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.05"}
4
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.1"}
4
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.25"}
4
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.5"}
4
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="1"}
5
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="2.5"}
5
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="5"}
5
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="10"}
5
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="+Inf"}
5
grpc_server_handling_seconds_sum{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
0.5090327450000001
grpc_server_handling_seconds_count{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
5
messages received on the server.
grpc_server_msg_received_total{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
1
grpc_server_msg_received_total{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
2
grpc_server_msg_received_total{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
5
sent by the server.
grpc_server_msg_sent_total{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
1
grpc_server_msg_sent_total{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
5
server.
grpc_server_started_total{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
1
grpc_server_started_total{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
2
grpc_server_started_total{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
5
```
* use array of interceptors
* minor tweak
Former-commit-id: 8bf88725e8084f7e02f8faf3f8ef7e71d84a7daf
rshriram
pushed a commit
that referenced
this pull request
Oct 30, 2017
Automatic merge from submit-queue [DO NOT MERGE] Auto PR to update dependencies of istio This PR will be merged automatically once checks are successful. Former-commit-id: be66d80
mandarjog
pushed a commit
that referenced
this pull request
Oct 31, 2017
* Add prometheus monitoring for mixer service.
With this change, the monitoring port for Mixer itself will now include
metrics for the grpc service exported by Mixer.
Example:
For a locally-running Mixer, http://localhost:9093/metrics produces:
```
server, regardless of success or failure.
grpc_server_handled_total{grpc_code="InvalidArgument",grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
2
grpc_server_handled_total{grpc_code="OK",grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
1
grpc_server_handled_total{grpc_code="OK",grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
5
(seconds) of gRPC that had been application-level handled by the server.
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.005"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.01"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.025"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.05"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.1"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.25"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.5"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="1"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="2.5"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="5"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="10"}
1
grpc_server_handling_seconds_bucket{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="+Inf"}
1
grpc_server_handling_seconds_sum{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
0.000343061
grpc_server_handling_seconds_count{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
1
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.005"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.01"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.025"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.05"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.1"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.25"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.5"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="1"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="2.5"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="5"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="10"}
2
grpc_server_handling_seconds_bucket{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="+Inf"}
2
grpc_server_handling_seconds_sum{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
0.001384844
grpc_server_handling_seconds_count{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
2
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.005"}
4
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.01"}
4
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.025"}
4
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.05"}
4
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.1"}
4
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.25"}
4
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="0.5"}
4
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="1"}
5
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="2.5"}
5
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="5"}
5
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="10"}
5
grpc_server_handling_seconds_bucket{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary",le="+Inf"}
5
grpc_server_handling_seconds_sum{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
0.5090327450000001
grpc_server_handling_seconds_count{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
5
messages received on the server.
grpc_server_msg_received_total{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
1
grpc_server_msg_received_total{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
2
grpc_server_msg_received_total{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
5
sent by the server.
grpc_server_msg_sent_total{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
1
grpc_server_msg_sent_total{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
5
server.
grpc_server_started_total{grpc_method="Check",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
1
grpc_server_started_total{grpc_method="Quota",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
2
grpc_server_started_total{grpc_method="Report",grpc_service="istio.mixer.v1.Mixer",grpc_type="unary"}
5
```
* use array of interceptors
* minor tweak
Former-commit-id: fbe9a2436b321de7d8635a75a34717e76439e0e5
vbatts
pushed a commit
to vbatts/istio
that referenced
this pull request
Oct 31, 2017
Automatic merge from submit-queue [DO NOT MERGE] Auto PR to update dependencies of istio This PR will be merged automatically once checks are successful. Former-commit-id: be66d80
mandarjog
pushed a commit
that referenced
this pull request
Nov 2, 2017
Automatic merge from submit-queue [DO NOT MERGE] Auto PR to update dependencies of istio This PR will be merged automatically once checks are successful. Former-commit-id: be66d80
0x01001011
pushed a commit
to thedemodrive/istio
that referenced
this pull request
Jul 16, 2020
* Doc fixes. * Add high-level overview and diagrams for MCP (istio#805) * document MCP * add additional note on NACK behavior * add a note about ignoring stale nonces * Add envoy metrics service configuration to ProxyConfig (istio#803) * Add envoy metrics service configuration to ProxyConfig Similar to the statsd sink config, this change is in preparation for adding support for the envoy metrics service API. * Update proto.lock * Reorder metrics_service_address just after statsd_udp_address * Update comment in the authN API to match with 1.1 behavior (istio#808) * Rename metrics_service_address to clarify that it is for Envoy's API (istio#809) Since "metrics service" is so ambiguous, this change specifically denotes that the config is for Envoy's metrics service API. The comments also now link to detailed info about the metrics service API. * Generate separate HTML page per proto under networking (istio#811) * Generate separate pages for each networking proto Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * update Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * tweaks Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * Fix interdoc references * separate doc and go gen * change dash to underscore * fix * more fixes * makefile fix Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * remove bad target * Revert "change dash to underscore" This reverts commit 7fbced66f620fb60b0d5e18af916567e313a0109. * final update Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * Revert "Generate separate HTML page per proto under networking (istio#811)" This reverts commit 5f14eadd since it breaks the ability to generate reference docs in istio.io * Update to latest tools. * Revert "Update to latest tools." This reverts commit 231fadc5 which I accidentally pushed to the wrong place. * fix mcp update error diagram (istio#810) * update istio/tools (istio#815) * Revert "Revert "Generate separate HTML page per proto under networking (istio#811)"" (istio#818) * Minor updates for building docker images. (istio#817) * Add spell checking for docs. (istio#819) * Add a bunch of words to the custom dictionary. * Document exportTo restrictions (istio#820) * Doc fixes. (istio#821) * Proxy config: Add tls_certs_to_watch field (istio#824) * Proxy config: Add tls_certs_to_watch field * Address PR comment * Revert "Proxy config: Add tls_certs_to_watch field (istio#824)" (istio#825) This reverts commit e613e358ae8d4f331dd48904b0a2b176e11bf7f5. * Update gateway and sidecar hosts doc (istio#826) * Update gateway and sidecar hosts doc * regen * review comments * Update API docs (service entry, gateway, sidecar) (istio#831) * Update sidecar and gateway docs Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * gen docs Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * update service entry Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * updates Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * add configurable dns refresh rate to mesh for strict dns cluster, (istio#832) * add configurable dns refresh rate to mesh for strict dns cluster, issue istio#12181 * add lock file * Post-merge generation
0x01001011
pushed a commit
to thedemodrive/istio
that referenced
this pull request
Jul 16, 2020
* Doc fixes. * Add high-level overview and diagrams for MCP (istio#805) * document MCP * add additional note on NACK behavior * add a note about ignoring stale nonces * Add envoy metrics service configuration to ProxyConfig (istio#803) * Add envoy metrics service configuration to ProxyConfig Similar to the statsd sink config, this change is in preparation for adding support for the envoy metrics service API. * Update proto.lock * Reorder metrics_service_address just after statsd_udp_address * Update comment in the authN API to match with 1.1 behavior (istio#808) * Rename metrics_service_address to clarify that it is for Envoy's API (istio#809) Since "metrics service" is so ambiguous, this change specifically denotes that the config is for Envoy's metrics service API. The comments also now link to detailed info about the metrics service API. * Generate separate HTML page per proto under networking (istio#811) * Generate separate pages for each networking proto Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * update Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * tweaks Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * Fix interdoc references * separate doc and go gen * change dash to underscore * fix * more fixes * makefile fix Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * remove bad target * Revert "change dash to underscore" This reverts commit 7fbced66f620fb60b0d5e18af916567e313a0109. * final update Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * Revert "Generate separate HTML page per proto under networking (istio#811)" This reverts commit 5f14eadd since it breaks the ability to generate reference docs in istio.io * Update to latest tools. * Revert "Update to latest tools." This reverts commit 231fadc5 which I accidentally pushed to the wrong place. * fix mcp update error diagram (istio#810) * update istio/tools (istio#815) * Revert "Revert "Generate separate HTML page per proto under networking (istio#811)"" (istio#818) * Minor updates for building docker images. (istio#817) * Add spell checking for docs. (istio#819) * Add a bunch of words to the custom dictionary. * Document exportTo restrictions (istio#820) * Doc fixes. (istio#821) * Proxy config: Add tls_certs_to_watch field (istio#824) * Proxy config: Add tls_certs_to_watch field * Address PR comment * Revert "Proxy config: Add tls_certs_to_watch field (istio#824)" (istio#825) This reverts commit e613e358ae8d4f331dd48904b0a2b176e11bf7f5. * Update gateway and sidecar hosts doc (istio#826) * Update gateway and sidecar hosts doc * regen * review comments * Update API docs (service entry, gateway, sidecar) (istio#831) * Update sidecar and gateway docs Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * gen docs Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * update service entry Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * updates Signed-off-by: Shriram Rajagopalan <shriramr@vmware.com> * add configurable dns refresh rate to mesh for strict dns cluster, (istio#832) * add configurable dns refresh rate to mesh for strict dns cluster, issue istio#12181 * add lock file * Hosts are not ignored in ServiceEntry for HTTPs (istio#833) * Hosts are not ignored in ServiceEntry for HTTPs * Clarify * Reword * Generate protos * Address code review comments * Fix typo * generate * make mixer config marshal deterministic (istio#846) Signed-off-by: Kuat Yessenov <kuat@google.com> * Fix some doc errors. (istio#854) This started out to just fix a bad link to unblock work on istio.io, but I ended up fixing a bunch of typos/incorrect format throughout. * Fix two more broken links. (istio#856) * Fix CRD examples for release-1.1 (istio#859) * fix MeshNetworks demo (istio#841) * fix MeshNetworks demo * generate * update * last minute doc fixes (istio#865) Signed-off-by: Shriram Rajagopalan <rshriram@gmail.com> * Clarify comment for server_name field in Mixer oop auth config (istio#800) * add mixerclient config to istio.io reference docs (istio#827) * Envoyfilter docs fix (istio#867) * Tweaks to get the mixer client config docs to be published. (istio#868) * Change where the Mixer client docs are published.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR will be merged automatically once checks are successful.