Skip to content

Commit 6a3207b

Browse files
authored
pkt drop message update (#455)
1 parent 10da142 commit 6a3207b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/locales/en/plugin__netobserv-plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"Without drops show the flows having 0% dropped": "Without drops show the flows having 0% dropped",
6262
"All shows everything": "All shows everything",
6363
"Drops filter": "Drops filter",
64-
"Only available using eBPF with FlowCollector.agent.ebpf.enablePktDrop option equals \"true\"": "Only available using eBPF with FlowCollector.agent.ebpf.enablePktDrop option equals \"true\"",
64+
"Only available using eBPF with FlowCollector.agent.ebpf.features containing \"PacketDrop\"": "Only available using eBPF with FlowCollector.agent.ebpf.features containing \"PacketDrop\"",
6565
"Top items for internal backend queries.": "Top items for internal backend queries.",
6666
"Limit for internal backend queries.": "Limit for internal backend queries.",
6767
"Depending on the matching and filter settings, several queries can be performed under the cover, each with this parameter set, resulting in more results after aggregation.": "Depending on the matching and filter settings, several queries can be performed under the cover, each with this parameter set, resulting in more results after aggregation.",

web/src/components/dropdowns/query-options-dropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export const QueryOptionsPanel: React.FC<QueryOptionsDropdownProps> = ({
233233
disabled
234234
? t(
235235
// eslint-disable-next-line max-len
236-
'Only available using eBPF with FlowCollector.agent.ebpf.enablePktDrop option equals "true"'
236+
'Only available using eBPF with FlowCollector.agent.ebpf.features containing "PacketDrop"'
237237
)
238238
: undefined
239239
}

0 commit comments

Comments
 (0)