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

UIPlugin example for OpenTelemetry not using the schema: otel

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • logging 6.4
    • Logging
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • Moderate

      URL

      https://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.4/html/about_openshift_logging/quick-start#quick-start-opentelemetry_quick-start

      Description

      The UIPlugin example should use the "schema: otel"

      Current example is:

      apiVersion: observability.openshift.io/v1alpha1
      kind: UIPlugin
      metadata:
        name: logging
      spec:
        type: Logging
        logging:
          lokiStack:
            name: logging-loki
      

      But it should be more like:

      apiVersion: observability.openshift.io/v1alpha1
      kind: UIPlugin
      metadata:
        name: logging
      spec:
        type: Logging
        logging:
          lokiStack:
            name: logging-loki
          schema: otel
      

              bdooley@redhat.com Brian Dooley
              rhn-support-ocasalsa Oscar Casal Sanchez
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: