From 7e829c0c7ac05d7736dde4ba8fef4084d936f012 Mon Sep 17 00:00:00 2001 From: Yusheng Guo <113574546+yusheng-guo@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:58:49 +0800 Subject: [PATCH] fix(plugins): make plugins (#10) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 行疾 --- plugins/plugins.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/plugins.go b/plugins/plugins.go index e6994e20684..619b5044e30 100644 --- a/plugins/plugins.go +++ b/plugins/plugins.go @@ -84,4 +84,7 @@ import ( // Register zookeeper plugin. _ "github.com/prometheus/prometheus/discovery/zookeeper" + + // Register aliyun plugin. + _ "github.com/prometheus/prometheus/discovery/aliyun" )