fix(traffic): записывать потоки при подмене UDP-источника в Docker
Docker images / prepare-release (push) Successful in 11s
Docker images / backend-image (push) Successful in 2m11s
Docker images / frontend-image (push) Successful in 2m57s
Docker images / notify-webhook (push) Skipped
Docker images / updater-image (push) Successful in 46s
Docker images / publish-release (push) Successful in 11s

Пакеты IPFIX доходили, но разговоры отбрасывались, если Docker подменял адрес jump-host на 172.x.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-09-07 00:02:50 +07:00
co-authored by Cursor
parent 13889005f8
commit 5e512407e5
12 changed files with 333 additions and 46 deletions
+3
View File
@@ -88,6 +88,9 @@ export const flowStatsDtoSchema = z.object({
uniqueDst: z.number().int().nonnegative(),
topProto: z.string(),
talkers: z.array(flowTalkerDtoSchema),
lastExporterIp: z.string().nullable().optional(),
lastError: z.string().nullable().optional(),
packetsReceived: z.number().int().nonnegative().optional(),
})
export type FlowHostPeer = z.infer<typeof flowHostPeerSchema>