-
Bug
-
Resolution: Unresolved
-
Major
-
Distributed Tracing 3.0
-
2
-
False
-
-
False
-
-
I'm refering to the section Query configuration options of the documentation: https://docs.openshift.com/container-platform/4.14/distr_tracing/distr_tracing_tempo/distr-tracing-tempo-configuring.html#distr-tracing-tempo-config-query_distr-tracing-tempo-configuring
Here, I see two issues:
1) First, there are two tables of values that are not related to anything similar to the TempoStack CRD. None of the values refer to TempoStack, I think. Or at least, I cannot find them using oc explain TempoStack.spec --recursive:
- Table 4. Parameters used by the Tempo Operator to define Query
- Table 5. Configuration parameters passed to Query
Could you confirm if this is ok and where to configure it?
2) Second, there is a piece of code that refers to `tempotracing.io/v1` while the rest of the docs refer to `tempo.grafana.com/v1alpha1`:
apiVersion: tempotracing.io/v1 kind: "Tempo" metadata: name: "my-tempo" spec: strategy: allInOne allInOne: options: log-level: debug query: base-path: /tempo