Skip to content

Commit

Permalink
Update content/en/docs/Configuration/debbuging-kiali.md
Browse files Browse the repository at this point in the history
Co-authored-by: John Mazzitelli <[email protected]>
  • Loading branch information
josunect and jmazzitelli authored Dec 4, 2023
1 parent c12a586 commit cca1239
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/en/docs/Configuration/debbuging-kiali.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ 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.
{{% alert color="warning" %}}
In the next release, the feature of Kiali emitting tracing data into Jaeger **will be deprecated**.
{{% /alert %}}

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.

Expand Down

0 comments on commit cca1239

Please sign in to comment.