outlet/metadata: fix gNMI metadata provider exiting too early

We have to manage two contexts:

- one associated to a query because the queries are now synchronous
- one associated to the component because some providers need a
goroutine (like gNMI)

Fix #1991.
This commit is contained in:
Vincent Bernat
2025-09-29 18:44:34 +02:00
parent adeb080713
commit bf3aff81c4
13 changed files with 26 additions and 22 deletions

View File

@@ -13,6 +13,7 @@ identified with a specific icon:
## Unreleased
- 🩹 *inlet*: disable kernel timestamping on Linux kernel older than 5.1
- 🩹 *outlet*: fix gNMI metadata provider exiting too early
- 🩹 *doc*: fix documentation for SNMPv3 configuration
- 🌱 *inlet*: add support for RFC 5103 (bidirectional flows)