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
Copy file name to clipboardExpand all lines: web/locales/en/plugin__netobserv-plugin.json
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -230,6 +230,10 @@
230
230
"Metric": "Metric",
231
231
"Data": "Data",
232
232
"Review": "Review",
233
+
"eBPF agents": "eBPF agents",
234
+
"Flowlogs pipeline": "Flowlogs pipeline",
235
+
"Monitoring": "Monitoring",
236
+
"Console plugin": "Console plugin",
233
237
"It will disable flow collection globally. All resources managed by the FlowCollector will be deleted, such as pods and services.": "It will disable flow collection globally. All resources managed by the FlowCollector will be deleted, such as pods and services.",
234
238
"The following metric will stop being collected: ": "The following metric will stop being collected: ",
"Update by completing the form. Current values are from the existing resource.": "Update by completing the form. Current values are from the existing resource.",
240
244
"Create by completing the form. Default values are provided as example.": "Create by completing the form. Default values are provided as example.",
Copy file name to clipboardExpand all lines: web/moduleMapper/dummy.tsx
+77-52Lines changed: 77 additions & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -196,76 +196,97 @@ export function useK8sWatchResource(req: any) {
196
196
{
197
197
"lastTransitionTime": "2025-04-08T09:01:44Z",
198
198
"message": "4 ready components, 0 with failure, 1 pending",
199
-
"reason": "Pending",
200
-
"status": "False",
199
+
"reason": "Ready,Degraded",
200
+
"status": "True",
201
201
"type": "Ready"
202
202
},
203
203
{
204
-
"lastTransitionTime": "2025-04-08T09:01:44Z",
205
-
"message": "Deployment netobserv-plugin not ready: 1/1 (Deployment does not have minimum availability.)",
206
-
"reason": "DeploymentNotReady",
207
-
"status": "True",
208
-
"type": "WaitingFlowCollectorLegacy"
204
+
"lastTransitionTime": "2025-04-08T09:01:43Z",
205
+
"message": "",
206
+
"reason": "Valid",
207
+
"status": "False",
208
+
"type": "ConfigurationIssue"
209
209
},
210
210
{
211
211
"lastTransitionTime": "2025-04-08T09:01:44Z",
212
212
"message": "",
213
213
"reason": "Ready",
214
-
"status": "False",
215
-
"type": "WaitingMonitoring"
214
+
"status": "True",
215
+
"type": "AgentReady"
216
216
},
217
217
{
218
-
"lastTransitionTime": "2025-04-08T09:01:43Z",
218
+
"lastTransitionTime": "2025-04-08T09:01:45Z",
219
219
"message": "",
220
220
"reason": "Ready",
221
-
"status": "False",
222
-
"type": "WaitingNetworkPolicy"
221
+
"status": "True",
222
+
"type": "ProcessorReady"
223
223
},
224
224
{
225
-
"lastTransitionTime": "2025-04-08T09:01:43Z",
226
-
"message": "",
227
-
"reason": "Valid",
225
+
"lastTransitionTime": "2025-04-08T09:01:44Z",
226
+
// eslint-disable-next-line max-len
227
+
"message": "Deployment netobserv-plugin not ready: 1/1 (Deployment does not have minimum availability.)",
228
+
"reason": "DeploymentNotReady",
228
229
"status": "False",
229
-
"type": "ConfigurationIssue"
230
+
"type": "PluginReady"
230
231
},
231
232
{
232
-
"lastTransitionTime": "2026-01-15T15:44:51Z",
233
-
// eslint-disable-next-line max-len
234
-
"message": "LokiStack has issues [name: loki, namespace: netobserv]: Warning: The schema configuration does not contain the most recent schema version and needs an update; Degraded: Missing object storage secret",
235
-
"reason": "LokiStackIssues",
236
-
"status": "False",
237
-
"type": "LokiIssue"
233
+
"lastTransitionTime": "2025-04-08T09:01:44Z",
234
+
"message": "",
235
+
"reason": "Ready",
236
+
"status": "True",
237
+
"type": "MonitoringReady"
238
238
},
239
239
{
240
240
"lastTransitionTime": "2026-01-15T16:05:26Z",
241
241
// eslint-disable-next-line max-len
242
-
"message": "LokiStack has warnings [name: loki, namespace: netobserv]: Warning: The schema configuration does not contain the most recent schema version and needs an update",
0 commit comments