diff --git a/content/en/docs/Configuration/debbuging-kiali.md b/content/en/docs/Configuration/debbuging-kiali.md index e110571e..9a5caa8e 100644 --- a/content/en/docs/Configuration/debbuging-kiali.md +++ b/content/en/docs/Configuration/debbuging-kiali.md @@ -5,6 +5,8 @@ description: "How to debug Kiali using traces." Kiali provides the ability to emit debugging traces to the [distributed tracing](/docs/configuration/p8s-jaeger-grafana/tracing) platform, Jaeger or Grafana Tempo. +> Jaeger **will be deprecated** in the next release. + The traces can be sent in HTTP, HTTPS or gRPC protocol. This is specific for the collector type _otel_ - Jaeger traces are sent by http. It is also possible to use TLS. When _tls_enabled_ is set to true, one of the options _skip_verify_ or _ca_name_ should be specified. The traces can be sent in OTel or in Jaeger format. This is changed in the _collector_type_ setting.