Kuat
a985ac38a6
cleanup more usages of EnvoyFilter ( #13301 )
...
* cleanup more usages of EnvoyFilter
Signed-off-by: Kuat Yessenov <kuat@google.com>
* fix
Signed-off-by: Kuat Yessenov <kuat@google.com>
* fix test
Signed-off-by: Kuat Yessenov <kuat@google.com>
* review
Signed-off-by: Kuat Yessenov <kuat@google.com>
---------
Signed-off-by: Kuat Yessenov <kuat@google.com>
2023-06-06 14:06:49 -07:00
Jackie Elliott
da58f42dec
fix(): add missing cleanup instructions ( #13076 )
...
* fix(): add missing cleanup instructions
Part of #11720
Signed-off-by: jaellio <jaellio@microsoft.com>
* Remove unecessary uninstalls
Signed-off-by: jaellio <jaellio@microsoft.com>
---------
Signed-off-by: jaellio <jaellio@microsoft.com>
2023-05-10 11:46:35 -07:00
Kuat
2e8eff90e6
wasm: use wasm API for attributegen ( #12765 )
...
* wasm: use wasm API for attributegen
Signed-off-by: Kuat Yessenov <kuat@google.com>
* fix links
Signed-off-by: Kuat Yessenov <kuat@google.com>
* cleanup
Signed-off-by: Kuat Yessenov <kuat@google.com>
* typo
Signed-off-by: Kuat Yessenov <kuat@google.com>
---------
Signed-off-by: Kuat Yessenov <kuat@google.com>
2023-03-06 08:17:46 -08:00
oops-oom
ae8bae962c
to be clear with how to apply custom metrics ( #12247 )
...
* to be clear with how to apply custom metrics
Signed-off-by: oops-oom <734819342@qq.com>
* fix test error
Signed-off-by: oops-oom <734819342@qq.com>
* fix for test
Signed-off-by: oops-oom <734819342@qq.com>
Signed-off-by: oops-oom <734819342@qq.com>
2022-11-16 06:24:17 -08:00
Shamsher Ansari
925471361c
Customizing Istio Metrics: make the telemetry link dynamic ( #9606 )
...
* Customizing Istio Metrics: make the telemetry link dynamic
* use full link
* fix lint
2021-04-27 08:54:45 -07:00
Eric Van Norman
9758da112b
Add tip to about potentially waiting. ( #8894 )
2021-02-05 13:48:30 -08:00
Eric Van Norman
bea8d187e5
Silence curl command ( #8773 )
...
* Silence curl command
* Update more files with -sS (adding S to show errors)
* Over-agressive on the -S and causing some tests to fail.
* Remove more curl -S flags
2021-01-20 09:45:50 -08:00
Kuat
f003c24edb
telemetry: updates to customizations ( #8507 )
...
* update telemetry page
Signed-off-by: Kuat Yessenov <kuat@google.com>
* typo
Signed-off-by: Kuat Yessenov <kuat@google.com>
* what gen?
Signed-off-by: Kuat Yessenov <kuat@google.com>
2020-11-16 06:40:41 -08:00
Pengyuan Bian
2fdd667180
remove deprecated fields ( #8439 )
2020-11-04 06:33:37 -08:00
Pengyuan Bian
a204654559
add extra tag mesh config ( #8376 )
...
* add extra tag mesh config
* fix
2020-10-28 10:33:41 -07:00
Pengyuan Bian
9422cf509a
add link to envoy attributes ( #7979 )
2020-08-19 10:53:11 -07:00
Suchith J N
366b1bfa4d
Automated test for customizing TCP metrics ( #7944 )
...
* automated test for customizing TCP metrics
* remove pullpolicy set to IfNotPresent
* fix python linter issues
* fix linting errors and address PR comments - fix verification steps
* fix verification and simplify patching configuration based on latest changes
* fix linter issues and the expression to grep (istio -> istio_requests_total)
* try with default profile instead of demo/none
* Edit documentation to use bookinfo for demonstration and add some more snippets
This is in-line with other observability tasks
https://preliminary.istio.io/latest/docs/tasks/observability/metrics/tcp-metrics/
https://preliminary.istio.io/latest/docs/tasks/observability/metrics/querying-metrics/
https://preliminary.istio.io/latest/docs/tasks/observability/metrics/using-istio-dashboard/
* fix linting errors - quoting the command to fetch productpage pod name
* change profile to default as it involves istio state changes and use _verify_lines to match multiple words
2020-08-19 10:14:12 -07:00
Pengyuan Bian
976850a101
monir fix on metric customization doc ( #7962 )
2020-08-14 15:14:49 -07:00
Pengyuan Bian
fffff79771
Clean up metric customization to get rid of envoyfilter based text editing ( #7952 )
...
* clean up metric customization to get rid of envoy filter based text
editing
* lint
* lint
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* fix lint
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
2020-08-14 09:54:32 -07:00
Frank Budinsky
e9a89c879f
Add owner attribute to docs ( #7737 )
...
* Add owner attribute to docs
* remove @
2020-07-15 15:19:40 -07:00
Aurelie Vache
577611c1a2
fix(customize-metrics): typo ( #7623 )
2020-06-25 06:35:58 -07:00
Fernando Ripoll
0a8cb8313b
Replace deprecated api versions in EN docs ( #7598 )
2020-06-22 07:40:39 -07:00
Pengyuan Bian
52136f3809
fix identation of extra tags annotation ( #7602 )
2020-06-22 06:16:51 -07:00
Douglas Reid
bce48d42e7
refactor(telemetry): move wasm telemetry docs to proxy extensions ( #7525 )
...
* refactor(telemetry): move wasm telemetry docs to proxy extensions
* retry deleting dir
* update links
* lint cleanup
2020-06-11 10:56:49 -07:00
Frank Budinsky
e11cf24f0d
Add test: attribute to all md files ( #7413 )
2020-05-27 09:11:26 -07:00
Nupur Garg
666a081e79
Fix Documentation for Customizing Metrics and TCP Metrics Task ( #7339 )
...
* Fix Documentation for Customizing Metrics and TCP Metrics Task
Ref: https://github.com/istio/istio/issues/23782
Ref: https://github.com/istio/istio.io/issues/7184
Ref: https://github.com/istio/istio.io/issues/7280
* fix lint
* Fix lint
* Fix lint
* Fix lint
* Fixed based on feedback
* Fix lint
2020-05-21 09:25:39 -07:00
Adam Miller
6731953961
Add docs for Customizing Istio Metrics ( #7137 )
...
* first draft
* More updates
* Remove experimental tag
* Typos and linter fix
* Deleted redundant file
* Link to reference page
* Address PR comments
* Linter fix
* Updated procedure
* URL fix
2020-04-28 15:58:42 -07:00