You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Other 3rd Party * | e.g Kiali |**enable** bool |
34
34
35
35
###### **Note**: Observability pieces with a * denotes these are post v1 milestone
@@ -99,6 +99,7 @@ spec:
99
99
100
100
alerts:
101
101
namespace: my-amazing-namespace
102
+
component:
102
103
authorino:
103
104
operator-level: true
104
105
component-level: true
@@ -112,6 +113,7 @@ spec:
112
113
113
114
dashboards:
114
115
namespace: my-amazing-namespace
116
+
component:
115
117
authorino:
116
118
operator-level: true
117
119
component-level: true
@@ -124,24 +126,31 @@ spec:
124
126
125
127
```
126
128
### Sample use case
127
-
A use case a user might have would be they desire setting up tracing in the Limitador operator implementing the required endpoints and optional tag. The user also wants metrics setup with custom ports and requires service and serviceMonitors to be created for Kuadrant-operator and Authorino-operator as well as have the limitador have a log level of Debug but just for Authorino.
129
+
A use case a user might have would be they desire setting up tracing in the Limitador operator implementing the required endpoints and optional tag. The user also wants metrics setup with custom ports and requires service and serviceMonitors to be created for Kuadrant-operator and Authorino-operator as well as have the Authorino have a log level of Debug.
The status of the Observability CR will not be the observability stack is in a "healthy" state i.e Prometheus and Grafana is up and running. It should be the status of only the things that we contribute for example is new Logging and Tracing now in place or is the console plugin responding. We will not be taking responsibility for aspects we don't have control over.
0 commit comments