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
Fix tag growth between check runs in grpc_check (#2991)
* Fix tag growth between check runs
* sync models
* Address feedback from the review feedback
* Fix formatting
* Parametrize tests, fix changelog, use fstring
* More fstrings
Copy file name to clipboardExpand all lines: grpc_check/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
# CHANGELOG - gRPC Check
2
2
3
3
4
+
## 1.1.1 / 2026-05-05
5
+
6
+
***Fixed***:
7
+
8
+
* Fix unbounded growth of tag lists on every collection run (aliases and appends to instance `tags`) causing linear Agent CPU/memory growth (AGENT-16111) ([#2991](https://github.com/DataDog/integrations-extras/pull/2991))
9
+
* Reuse a single gRPC channel across check runs instead of opening and closing a channel every interval; RPC header interceptors are built once at init ([#2991](https://github.com/DataDog/integrations-extras/pull/2991))
0 commit comments