https://github.com/tomasbasham/blunderlist-networking
https://github.com/tomasbasham/blunderlist-networking
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomasbasham/blunderlist-networking
- Owner: tomasbasham
- Created: 2019-04-13T17:08:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T16:23:34.000Z (over 6 years ago)
- Last Synced: 2025-08-05T02:45:36.127Z (8 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://cloud.google.com/istio/docs/istio-on-gke/overview#modifying_control_plane_settings
kubectl -n istio-system edit rule stackdriver-tracing-rule
Change
Match: context.protocol == "http" || context.protocol == "grpc"
to
Match: (context.protocol == "http" || context.protocol == "grpc") && request.path != "/healthz"
Installing Prometheus
https://cloud.google.com/istio/docs/istio-on-gke/installing#adding_prometheus
https://github.com/istio/istio/issues/6593#issuecomment-434981452