Uploaded image for project: 'Observability Documentation'
  1. Observability Documentation
  2. OBSDOCS-1005

[stretch goal] The Tempo > Configuration section references an incorrect API

XMLWordPrintable

      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
      

            rhn-support-mleonov Max Leonov
            alvaro@redhat.com Álvaro López Medina
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: