-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
logging 6.4
-
None
-
False
-
-
False
-
-
-
Moderate
URL
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