Skip to content

Commit 7785d6e

Browse files
committed
Fix
Signed-off-by: Pavol Loffay <p.loffay@gmail.com>
1 parent d27ae7c commit 7785d6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/distr-tracing-tempo-config-spanmetrics.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ spec:
6464

6565
== Tempo configuration
6666

67-
The `TempoStack` CR needs to enable the monitor tab and set the Prometheus endpoint to Thanos querier service to query the data from the user-defined monitoring stack.
67+
The `TempoStack` custom resource must specify the following: the *Monitor* tab is enabled, and the Prometheus endpoint is set to the Thanos querier service to query the data from the user-defined monitoring stack.
6868

69-
.TempoStack CR with enabled monitor tab
69+
.TempoStack custom resource with the enabled Monitor tab
7070
[source,yaml]
7171
----
7272
kind: TempoStack
@@ -86,6 +86,6 @@ spec:
8686
ingress:
8787
type: route
8888
----
89-
<1> Gateway is enabled because the monitor tab is not supported thorough the gateway deployment.
90-
<2> Enables monitoring tab in Jaeger console.
91-
<3> The Thanos querier service name from user-workload monitoring.
89+
<1> Gateway must be enabled because the Monitor tab is not supported thorough the gateway deployment.
90+
<2> Enables the monitoring tab in the Jaeger console.
91+
<3> The service name for Thanos Querier from user-workload monitoring.

0 commit comments

Comments
 (0)