Skip to content

Commit

Permalink
Auto-generated CRD schema documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kiali-bot committed Oct 9, 2023
1 parent d5bca03 commit 6867a68
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion content/en/docs/Configuration/kialis.kiali.io.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ spec:
in_cluster_url: ""
is_core: false
namespace_selector: true
provider: "jaeger"
# default: query_scope is empty
query_scope:
mesh_id: "mesh-1"
Expand Down Expand Up @@ -4247,7 +4248,7 @@ to <code>secret:myGrafanaCredentials:myGrafanaPw</code>.</p>
</div>

<div class="property-description">
<p>Configuration used to access the Tracing (Jaeger) dashboards.</p>
<p>Configuration used to access the Tracing (Jaeger or Tempo) dashboards.</p>

</div>

Expand Down Expand Up @@ -4482,6 +4483,25 @@ to <code>secret:myGrafanaCredentials:myGrafanaPw</code>.</p>
</div>
</div>

<div class="property depth-3">
<div class="property-header">
<hr/>
<h3 class="property-path" id=".spec.external_services.tracing.provider">.spec.external_services.tracing.provider</h3>
</div>
<div class="property-body">
<div class="property-meta">
<span class="property-type">(string)</span>

</div>

<div class="property-description">
<p>The trace provider to get the traces from. Value must be one of: <code>jaeger</code> or <code>tempo</code>.</p>

</div>

</div>
</div>

<div class="property depth-3">
<div class="property-header">
<hr/>
Expand Down

0 comments on commit 6867a68

Please sign in to comment.