From f0a6f43c4ebf0146a41fc8b66f6bd5999c6a9776 Mon Sep 17 00:00:00 2001 From: George Wilson Date: Fri, 15 Apr 2022 08:44:40 -0400 Subject: [PATCH] TOOL-13515 [Backport of TOOL-13470 to 6.0.14.0] add telegraf dependency to the performance-diagnostic package --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index b9d7a06..fb11bac 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,6 @@ Standards-Version: 4.1.2 Package: performance-diagnostics Architecture: any -Depends: python3-bcc, python3-minimal, python3-psutil +Depends: python3-bcc, python3-minimal, python3-psutil, telegraf Description: eBPF-based Performance Diagnostic Tools A collection of eBPF-based tools for diagnosing performance issues.